File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff 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
192198Let's assume we have a task 'do_smth', there are all states it can embrace :
1931991) `queued` - the task has been sent to the queue without an error
You can’t perform that action at this time.
0 commit comments