Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

Readme.md

File metadata and controls

12 lines (9 loc) · 410 Bytes

To install F2F website,

  1. install docker and docker-compose
  2. git clone https://github.com/Dheemanth-gr/F2F
  3. cd F2F
  4. Build the containers using : sudo docker-compose build
  5. To start the containers type sudo docker-compose up
  6. 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