You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't forget to rename **mean-master** after your project name.
61
61
62
-
### Yo Generator
62
+
### Yo Generator
63
63
-Another way would be to use the [Official Yo Generator](http://meanjs.org/generator.html), which generates a copy of the MEAN.JS 0.3.x boilerplate and supplies multiple sub-generators to ease your daily development cycles.
64
64
65
65
## Quick Install
@@ -196,17 +196,17 @@ We welcome pull requests from the community! Just be sure to read the [contribut
196
196
Cloud Foundry is an open source platform-as-a-service (PaaS). The MEANJS project
197
197
can easily be deployed to any Cloud Foundry instance. The easiest way to deploy the
198
198
MEANJS project to Cloud Foundry is to use a public hosted instance. The two most popular
199
-
instances are [Pivotal Web Services](https://run.pivotal.io/) and
199
+
instances are [Pivotal Web Services](https://run.pivotal.io/) and
200
200
[IBM Bluemix](https://bluemix.net). Both provide free trials and support pay-as-you-go models
201
-
for hosting applications in the cloud. After you have an account follow the below steps to
202
-
deploy MEANJS.
201
+
for hosting applications in the cloud. After you have an account follow the below steps to deploy MEANJS.
203
202
204
203
* Install the [Cloud Foundry command line tools](http://docs.cloudfoundry.org/devguide/installcf/install-go-cli.html).
205
204
* Now you need to log into Cloud Foundry from the Cloud Foundry command line.
206
205
* If you are using Pivotal Web Services run `$ cf login -a api.run.pivotal.io`.
207
206
* If you are using IBM Bluemix run `$ cf login -a api.ng.bluemix.net`.
208
-
* Create a Mongo DB service, IBM Bluemix and Pivotal Web Services offer a free MongoLabs service.
0 commit comments