This repository was archived by the owner on Oct 5, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,13 @@ roles for you, and deploy the back-end application code.
117117
118118 ./ml local bootstrap
119119 ./ml local deploy modules
120+ ./ml local deploy content
120121
121122Or on Windows:
122123
123124 ml.bat local bootstrap
124125 ml.bat local deploy modules
126+ ml.bat local deploy content
125127
126128## Launch your Application
127129
Original file line number Diff line number Diff line change @@ -13,12 +13,9 @@ generator, and uses the following components:
1313To deploy and run the application you need:
1414
1515- [ node.js v0.10+] ( http://nodejs.org/download/ )
16- - [ npm v2+] ( https://www.npmjs.com/ ) : Built-in package manager for node (comes with
17- node, but check to be sure you have latest version: ` npm install -g npm ` )
18- - [ gulp] ( http://gulpjs.com/ ) : Javascript task automation (`npm install -g
19- gulp`)
20- - [ Bower] ( http://bower.io/ ) : A package manager for front-end libraries (`npm
21- install -g bower`)
16+ - [ npm v2+] ( https://www.npmjs.com/ ) : Built-in package manager for node (comes with node)
17+ - [ gulp] ( http://gulpjs.com/ ) : Javascript task automation (` npm install -g gulp ` )
18+ - [ Bower] ( http://bower.io/ ) : A package manager for front-end libraries (` npm install -g bower ` )
2219- [ Git] ( https://git-scm.com/ ) - Roxy depends on this version control system
2320- [ Ruby v1.9.3+] ( https://www.ruby-lang.org/en/documentation/installation/ ) - Roxy
2421 depends on Ruby in order to run server configuration scripts
@@ -89,11 +86,13 @@ roles for you, and deploy the back-end application code.
8986
9087 ./ml local bootstrap
9188 ./ml local deploy modules
89+ ./ml local deploy content
9290
9391Or on Windows:
9492
9593 ml.bat local bootstrap
9694 ml.bat local deploy modules
95+ ml.bat local deploy content
9796
9897## Launch your Application
9998
You can’t perform that action at this time.
0 commit comments