-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Installation
Houssam Haidar edited this page Sep 1, 2016
·
12 revisions
See the official Node.js installation documentation.
See the official MongoDB installation documentation.
Required by node-gyp.
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
See https://github.com/sdelements/lets-chat/wiki/Authentication#local-authentication for details on changing the default authentication settings. The default settings may be too insecure for your environment.
Backup both your installation, and the database.
git pull
npm run-script migrate
Ensure that MongoDB is running, and start the application.
npm start
Party time: http://localhost:5000