johansatge / pawnee

🪶 An Apache GUI for OSX.
MIT License
94 stars 14 forks source link
apache gui mac mamp osx

Screenshot

An Apache GUI for OSX.


Download

Download v1.0.0

34Mb - Requires Mac OS 10.10

Features

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.

Development installation

If you want to contribute, you should follow those steps to get started.

Installation steps

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 install

Development

Run the application:

grunt run

Build the application:

grunt build

Watch SASS files:

grunt sass

Changelog

Version Date Notes
1.0.0 February 12th, 2015 Initial version

License

This project is released under the MIT License.

Credits