Commit 2d644197 authored by Tobias Munk's avatar Tobias Munk

Merge branch 'master' of github.com:phundament/app

parents 73e444f0 271abf9f
......@@ -16,24 +16,23 @@ For more details visit [phundament.com](http://phundament.com).
Get started
-----------
Download and extract the installer as ZIP or TAR.GZ file from a tagged version here:
[Download from github](https://github.com/phundament/app/tags)
Enter the app root folder
1. [Download from github](https://github.com/phundament/app/tags) & extract file
2. Enter the app root folder and run the installer
```
cd phundament-app-SHA1
php composer.phar install --dev --prefer-source
```
3. Open `phundament-app/www/index.php` in your browser
Get the packages with composer, note: if you want to install for MySQL, you have to update your config first.
*Note: if you want to install Phundament 3 with a MySQL database, you have to update your config first.*
*You may skip the `--dev` and `--prefer-source` options on production systems.*
```
php composer.phar install --dev
```
How it works?
-------------
* the installer retrieves the packages specified in [`composer.json`](https://github.com/phundament/app/blob/master/composer.json)
* executes the `composer.callbacks` from [`config/console.php`](https://github.com/phundament/app/blob/master/config/console.php)
* the web-application is pre-configured in [`config/main.php`](https://github.com/phundament/app/blob/master/config/main.php)
All setup, database, file permissions and config settings should be done automatically.
You may skip the --dev option on production systems, at the moment it just adds LESS support for your bootstrap-based themes.
More [details](https://github.com/phundament/app/blob/master/docs/creating-yii-applications-with-composer.en.md).
Try a demo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment