Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ WFMS Backend built using Python Django.
## Getting Started

1. Open your terminal and clone the project using `git clone `. Navigate to the project directory ` cd ./wf-engine-api `.
1. Create a .env file by copying the `.sample.env` file using `cp .sample.env .env`.
1. Edit the enviroment variables accordingly.
1. Start up the docker with ` docker compose up -d --build `.
2. Create a .env file by copying the `.sample.env` file using `cp .sample.env .env`.
3. Edit the enviroment variables accordingly.
4. Start up the docker with ` docker compose up -d --build `.
Loading