Realtime forum designed for intense communication.
There are 2 options of setup:
- simple and quick start using Docker
- advanced
- Install GIT, Docker and Docker Compose.
- Clone project by running
git clone https://github.com/zoonman/liverecord.gitin your terminal. - Open terminal in project root directory and run
docker-compose up. Now you can get some coffee. Depending from your network speed and computer performance it will take 5-10 minutes.
Congratulations! Now you can open localhost:8914. First signed up user will become administrator automatically.
This option will take more steps but will provide more flexibility. This is recommended option for production deployment.
Install MongoDB and Node version manager. Clone project repository. Now it is time to configure the project.
See Configuration page for all options. You can skip this section, if you running whole project on your local machine.
Install dependencies and build the project.
nvm install
npm install
gulp build
Now application is ready to start:
npm start
Please, navigate to localhost:8914 to sign up.
If you like to improve this project or just hang around welcome to Development section.