https://github.com/pushkar-anand/ofig
A GUI based PHP config editor.
https://github.com/pushkar-anand/ofig
gui-application php php-ini utility-application
Last synced: 2 months ago
JSON representation
A GUI based PHP config editor.
- Host: GitHub
- URL: https://github.com/pushkar-anand/ofig
- Owner: pushkar-anand
- License: gpl-3.0
- Created: 2018-12-13T21:08:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T22:36:03.000Z (over 6 years ago)
- Last Synced: 2025-02-05T09:49:04.492Z (4 months ago)
- Topics: gui-application, php, php-ini, utility-application
- Language: C++
- Homepage:
- Size: 48.3 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ofig - PHP config(php.ini) editor
A GUI application to easily edit the php.ini file for PHP installations.
## UNDER DEVELOPMENT
## Installing
### For Debian based systems:
```bash
git clone https://github.com/pushkar-anand/ofig.git
cd ofig
chmod +x build-setup-deb.sh # this will install all required dependencies
./build-setup-deb.sh
chmod +x pack-resources.sh
mkdir cmake-build-release
cd cmake-build-release
cmake -DCMAKE_BUILD_TYPE=Release ..
make
./ofig #start the app
```### For others
This has yet not been tested in other versions yet.
To compile this you need cmake(version >= 3.13), gcc, g++, make and gtk3-dev libraries.