Git Product home page Git Product logo

ofig's Introduction

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:

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.

ofig's People

Contributors

pushkar-anand avatar

Stargazers

 avatar

Watchers

 avatar  avatar

ofig's Issues

Fix 5 Performance issues in res\css\app.css

CodeFactor found multiple issues:

The universal selector (*) is known to be slow.

res\css\app.css:10

Element (ul#tool) is overqualified, just use #tool without element name.

res\css\app.css:23

Element (div#search) is overqualified, just use #search without element name.

res\css\app.css:56

Element (input#search-input) is overqualified, just use #search-input without element name.

res\css\app.css:61

@import prevents parallel downloads, use instead.

res\css\app.css:1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.