Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

installation

laingsoft edited this page Oct 11, 2017 · 1 revision
  • Clone the Git repository

      git clone https://github.com/laingsoft/BioLargo.git
    
  • Inside of the folder, build the docker image

      docker-compose build
    
  • Apply the database migrations

      docker-compose run web python migrate
    
  • Start the development server

      docker-compose up
    

Clone this wiki locally