Skip to content

Commit

Permalink
chore: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplan-michael committed Aug 6, 2024
1 parent 6df785c commit 6ffc968
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ kissj is scouts **registration system for national and international Scout Jambo
### Setup

1. Clone this repository: `git clone https://github.com/SkautDevs/kissj.git`
2. Setup environment (dotenv) `cp .env.example .env`
3. Run the make target, so you don't have to do install manually: `make local-dev-postgresql`
4. add line `127.0.0.1 kissj.local` to your `/etc/hosts` file
2. Copy `deploy/dev/compose.env.example` to `deploy/dev/compose.env` and fill in the values
3. Run the make target dev-up, so you don't have to do it manually: `make dev-up`
4. add line `127.0.0.1 kissj.local` to your `/etc/hosts` file(optional)
5. Open `http://kissj.local/v2/event/test-event-slug/` in your browser and you are good to go!
6. To stop the containers and remove them, run `make dev-down`(data should be preserved)

### Devstack

Expand Down

0 comments on commit 6ffc968

Please sign in to comment.