From f876ba91b8dbbaec004f0f10d1b241cf1a68315c Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 9 May 2014 11:50:46 -0400 Subject: [PATCH] Update heroku.rst --- docs/installing/cloud/heroku.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installing/cloud/heroku.rst b/docs/installing/cloud/heroku.rst index 23ad0f0ee3..6787aecfee 100644 --- a/docs/installing/cloud/heroku.rst +++ b/docs/installing/cloud/heroku.rst @@ -13,6 +13,7 @@ Heroku 8. Enable WebSocket support (beta): ``heroku labs:enable websockets -a {APP_NAME}``, where ``{APP_NAME}`` is provided by Heroku, and looks something like ``adjective-noun-wxyz.herokuapp.com`` (NOTE: `See this doc `_): drop the `.herokuapp.com` when entering ``{APP_NAME}`` above. 9. Enable `Redis To Go `_ for your heroku account: ``heroku addons:add redistogo:nano`` 10. Run the NodeBB setup script: ``node app --setup`` (information for your Heroku server and Redis to Go instance can be found in your account page) + * Your server name is found in your Heroku app's "settings" page, and looks something like ``adjective-noun-wxyz.herokuapp.com`` * Use any port number. It will be ignored. * Specify "n" when asked if a port will be used. Heroku transparently proxies all requests. @@ -44,4 +45,4 @@ If you wish to pull the latest changes from the git repository to your Heroku ap 3. ``npm install`` 4. ``node app --upgrade`` 5. ``git commit -am "upgrading to latest nodebb"`` -6. ``git push heroku master`` \ No newline at end of file +6. ``git push heroku master``