An Apache GUI for OSX.
34Mb - Requires Mac OS 10.10
Pawnee is a menubar utility designed to help you manage your local Apache installation.
Features are organised in panels:
| Panel | Description |
|---|---|
| PHP | Detects installed PHP versions (with Homebrew) for easy switch |
| Virtual hosts | View and edit configured virtual hosts |
| Modules | Displays available and enabled Apache modules |
| Activity | Shows server activity for easy debug |
The application works with the /private/etc/apache2/httpd.conf file.
- When this file is updated, the server will restart automatically
- When editing the file for the first time, a backup will be made (
/private/etc/apache2/httpd.pawnee-backup.conf)
If you want to contribute, you should follow those steps to get started.
1. Install node.js and npm if needed
2. Install NW.js in /Applications if needed
3. Install Grunt if needed
4. Get the project and its dependencies
git clone https://github.com/johansatge/pawnee.git
npm install
cd pawnee/app && npm installRun the application:
grunt runBuild the application:
grunt buildWatch SASS files:
grunt sass| Version | Date | Notes |
|---|---|---|
1.0.0 |
February 12th, 2015 | Initial version |
This project is released under the MIT License.
