Skip to content

Commit

Permalink
Add startup instructions for local docker development
Browse files Browse the repository at this point in the history
  • Loading branch information
Exellin committed Apr 5, 2024
1 parent 305f045 commit e626a6e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rdoc → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Features

* Markdown and syntax highlighting for blog posts

* Sweet baxkground image of me in Nepal
* Sweet background image of me in Nepal

* Projects listing with production link, github link, picture, and keywords

## Get started using docker
1. `cp config/environment_variables.example config/environment_variables.rb` and fill in what you want to use for your database credentials
2. `cp env.example .env` and use same credentials as in the ruby file
3. Run `docker compose run web rake db:create`
4. Run `docker compose run web rake db:migrate`

0 comments on commit e626a6e

Please sign in to comment.