File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,16 @@ and powered by [CakePHP 3.0](http://cakephp.org) MVC framework.
35
35
You must install QuickAppsCMS using [ composer] ( http://getcomposer.org ) .
36
36
QuickApps CMS is designed to run as a stand alone application, so you must
37
37
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.
39
48
40
49
## Links of Interest
41
50
You can’t perform that action at this time.
0 commit comments