LiveRecord
Realtime forum designed for intense communication.
Getting Started
There are 2 options of setup:
- simple and quick start using Docker
- advanced
Quick start using Docker
- Install GIT, Docker and Docker Compose.
- Clone project by running
git clone https://github.com/zoonman/liverecord.git
in 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.
Advanced installation
This option will take more steps but will provide more flexibility. This is recommended option for production deployment.
Prerequisites
Install MongoDB and Node version manager. Clone project repository. Now it is time to configure the project.
Configuration
See Configuration page for all options. You can skip this section, if you running whole project on your local machine.
Building
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.
Development
If you like to improve this project or just hang around welcome to Development section.