Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 439 Bytes

setup_with_docker.md

File metadata and controls

7 lines (7 loc) · 439 Bytes

Installation

  • Install docker on your machine. Follow the offical guideline on docker.com.
  • Run make docker-serve This will pull the mariadb image and start two containers: one for web and another for the database.
  • Run the following commands to prepare the database. This will create the databased in mariadb and populate them with realistic fake data.
docker compose run app rails db:create db:migrate fake_data