-
Notifications
You must be signed in to change notification settings - Fork 0
Install Instructions
Ryan Rentfro edited this page Jan 25, 2015
·
2 revisions
We will be bringing this app to Composer and other loaders once code is stable.
In the meantime if you are ready to use Strider do the following:
Requirements:
- PHP 5.4
- Node JS
- Run: install.sh - This will install all of the Node JS, Bower, and Grunt Packages
- Run: composer install
(Note: If you can't run composer, download composer.phar with the instructions from Composers website)
- Copy: system/core/example.config.php to system/core/config.php
- Update: Update your settings and save
- Run: Your URL in the browser (localhost/{yourapp} or whatever you've setup.
(Note: You will be in the init app under app/init/controller/init.php) (Note: You can change all this with the config file if you want, just change it and test it!)
Documentation is included in source or you can compile it with phpdoc.