Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.02 KB

Aura System

The Aura System is a skeleton for a full-stack Aura framework composed of Aura packages. You may clone the system for aiding in Aura development, or you may download a system tarball (below) for your own use. The system tarballs include all the Aura packages of the same version number.

Getting Started

  1. Download a copy of the latest system tarball.

  2. Uncompress it and place it in your document root.

  3. Browse to '/path/to/auraphp-system-{$VERSION}/web/index.php' to see "Hello World!"

For a more production-oriented solution, you should add a virtual host and and point its document root to '/path/to/auraphp-system-version/web'.

Documentation

The documentation is incomplete at this time. You may read what we have so far at http://auraphp.github.com/system.

Downloads