- Install Docker (do not forget about managing Docker as non-root user), docker-compose and Ruby 2.6.5 or later.
git clone https://github.com/asi-pwr/finansowanie.git && cd finansowanie.docker-compose build && bin/setup.- The application should be accessible under
http://localhost:3000.
Login: [email protected]
Password: password
Run the following:
docker-compose run --rm <thing you want to run>
For example:
docker-compose run --rm bin/rails g model SuperModel name:string
Use bin/start and bin/stop respectively.
sudo chmod $USER:$USER -R . in the project directory.