Skip to content

Commit da93cc0

Browse files
committed
feat: update docs
1 parent f41d9ba commit da93cc0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Standalone admin panel with all data stored in SQLite database
77
- [Previews](#previews)
88
- [Usage](#usage)
99
- [Docker Compose Example](#docker-compose-example)
10+
- [Running without Docker](#running-without-docker)
1011
- [Task States](#task-states)
1112
- [Development](#development)
1213

@@ -188,6 +189,11 @@ volumes:
188189
admin_data:
189190
```
190191
192+
### Running without Docker
193+
1) `cp env-example .env`, enter `.env` file and fill in all needed variables
194+
2) run `make dev` to run it locally in dev mode
195+
3) run `make prod` to run it locally in prod mode
196+
191197
### Task States
192198
Let's assume we have a task 'do_smth', there are all states it can embrace:
193199
1) `queued` - the task has been sent to the queue without an error

0 commit comments

Comments
 (0)