From 63e6cf380386e7a25f2834eed72e943c01129716 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Fri, 31 May 2013 15:27:28 -0400 Subject: [PATCH] IMPORTANT READ COMMIT MESSAGE Execute the update script before starting your server after pulling this update: `node update.js`. You will need to update your config.js as well. You can set up an STMP transport (an example for gmail is given) to enable password reset via email. As always, I recommend making a backup of your database and of the chandumps folder before updating, so you have something to fall back on in the event of a failure. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93cf62b8..efbc09b8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Then, follow these instructions to install CyTube: 2. cd to the directory containing the source files 3. Install your distribution's `libmysqlclient` package. 3. Install dependencies: `npm install` -4. Edit `config.js` and input your database details and connection port +4. Edit `config.js` and input your database details and connection port. Optionally, configure an SMTP transport to use for sending password reset emails (see https://github.com/andris9/Nodemailer). 5. Edit `www/assets/js/iourl.js` and change the value of `IO_URL` to `yourhostname:port` where `port` is the port defined in `config.js`. Also change `WEB_URL` to `yourhostname:web_port` where `web_port` is the websocket port you defined in `config.js` Running