Skip to content

Commit 25014c1

Browse files
committed
update readme
[skip ci]
1 parent cd9d614 commit 25014c1

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,16 @@ and powered by [CakePHP 3.0](http://cakephp.org) MVC framework.
3535
You must install QuickAppsCMS using [composer](http://getcomposer.org).
3636
QuickApps CMS is designed to run as a stand alone application, so you must
3737
use the [website skeleton](https://github.com/QuickAppsCMS/website) as
38-
starting point.
38+
starting point:
39+
40+
1. Download [Composer](http://getcomposer.org/doc/00-intro.md) or update `composer self-update`.
41+
2. Run `php composer.phar create-project -s dev quickapps/website [your_website_name]`.
42+
43+
If Composer is installed globally, run:
44+
45+
composer create-project -s dev quickapps/website [website_name]
46+
47+
After composer is done visit `http://example.com/` and start QuickApps CMS installation.
3948

4049
## Links of Interest
4150

0 commit comments

Comments
 (0)