Skip to content

Commit 01418c5

Browse files
committed
docs(examples): add heroku deployment
1 parent fb38594 commit 01418c5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: docs/Examples/Heroku_Deployment.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
After you have generated the app, go to heroku.com and create and application manually (ex. foo-bar-42424). Then, starting frome the root folder, run the following commands:
2+
3+
* `grunt build`
4+
* `cd dist
5+
* `heroku login` (if you are not already authenticated)
6+
* `heroku git:remote -a foo-bar-42424`
7+
* `cd ..`
8+
* `grunt build` (not sure if this one is necessary)
9+
* `grunt buildcontrol:heroku`
10+
11+
-- [@flaurian](https://github.com/flaurian) via [#1966](https://github.com/angular-fullstack/generator-angular-fullstack/issues/1966#issuecomment-231297368)

0 commit comments

Comments
 (0)