Skip to content

Commit 3a105aa

Browse files
committed
docs (generators): Heroku generator run manually
Remove 'yo angular-fullstack:heroku' (not working) Update docs to reflect manual setup Fixes: angular-fullstack#1966, angular-fullstack#1950
1 parent e76d0a8 commit 3a105aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/generators/heroku.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ If you're using mongoDB you will need to add a database to your app:
1515
heroku addons:create mongolab
1616
```
1717

18+
1819
Note: if you get an `Error: No valid replicaset instance servers found` you need to modify moongose connection options in config/environment/production.js as follows:
1920
```
2021
options: {
@@ -56,7 +57,6 @@ gulp build
5657
```
5758
5859
Commit and push the resulting build, located in your dist folder:
59-
6060
```
6161
gulp buildcontrol:heroku
6262
```

0 commit comments

Comments
 (0)