IQ-SCM / pawnee

🪶 An Apache GUI for OSX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

An Apache GUI for OSX.


Download

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.

  • 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)

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

About

🪶 An Apache GUI for OSX.

License:MIT License


Languages

Language:JavaScript 74.3%Language:CSS 15.8%Language:HTML 9.8%Language:Ruby 0.1%