Update Readme with Linux support

pull/11/head
Sævar Öfjörð Magnússon 2020-05-14 20:11:22 +00:00 zatwierdzone przez GitHub
rodzic 8624e74862
commit 27840f970d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 0 usunięć

Wyświetl plik

@ -45,6 +45,11 @@ docker-compose up
# Success!
```
If you're running this on Linux you might get into some privilege issues that can be solved using this command (tested on Ubuntu):
```sh
CURRENT_UID=$(id -u):$(id -g) docker-compose -f docker-compose.yml -f docker-compose.linux.yml up
```
- Visit your site at http://localhost:8000
- The admin interface is at http://localhost:8000/admin/ - log in with `admin` / `changeme`.