项目作者: pushkar-anand

项目描述 :
A GUI based PHP config editor.
高级语言: C++
项目地址: git://github.com/pushkar-anand/ofig.git
创建时间: 2018-12-13T21:08:46Z
项目社区:https://github.com/pushkar-anand/ofig

开源协议:GNU General Public License v3.0

下载


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:

  1. git clone https://github.com/pushkar-anand/ofig.git
  2. cd ofig
  3. chmod +x build-setup-deb.sh # this will install all required dependencies
  4. ./build-setup-deb.sh
  5. chmod +x pack-resources.sh
  6. mkdir cmake-build-release
  7. cd cmake-build-release
  8. cmake -DCMAKE_BUILD_TYPE=Release ..
  9. make
  10. ./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.