-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Installation
geoffwhittington edited this page Feb 13, 2015
·
12 revisions
See the official Node.js installation documentation.
See the official MongoDB installation documentation.
Clone the Let's Chat repository, and install dependencies.
git clone https://github.com/sdelements/lets-chat.git
cd lets-chat
npm install
(Optional) For custom settings, copy and edit settings.yml.sample
:
cp settings.yml.sample settings.yml
Backup both your installation, and the database.
git pull
npm run-script migrate
Start the application.
npm start
Party time: http://localhost:5000
See https://github.com/sdelements/lets-chat/wiki/Authentication#local-authentication for details about the default authentication settings. You will likely need to change the settings to reflect your environment.