File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,10 @@ Static html is served by [HighVoltage](https://github.com/thoughtbot/high_voltag
88containing whitespaces and dir pathes missing 'index' filename.
99
1010## Usage
11- * Install Node.JS (v5.1 or higher)
1211This assumes you have a docs-building project in Git, the built docs are in 'site' directory and now want to deploy it
13- to Heroku. In your projects dir:
12+ to Heroku.
13+ * Install Node.JS (v5.1 or higher)
14+ * Change current dir to your project: ` cd my-docs-project `
1415* Install authenticated-docs and couple additional tools:
1516```
1617npm install authenticated-docs gh-pages gulp gulp-debug
@@ -39,6 +40,7 @@ git fetch && git checkout -f deploy && git reset --hard origin/deploy
3940git remote add heroku https://git.heroku.com/my-docs.git # user proper path for your app
4041git push -f heroku HEAD:master
4142heroku run rake db:migrate
43+ heroku restart
4244```
4345
4446## Local installation
You can’t perform that action at this time.
0 commit comments