To install F2F website,
- install docker and docker-compose
- git clone https://github.com/Dheemanth-gr/F2F
- cd F2F
- Build the containers using :
sudo docker-compose build
- To start the containers type
sudo docker-compose up
- to stop the website, type Ctrl+C
Note : To run in detached mode type sudo docker-compose up -d
To stop the containers type sudo docker-compose stop