mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-07-15 01:02:45 +02:00
Update README.md
This commit is contained in:
@@ -95,31 +95,14 @@ You can now access localhost:OUTBOUND_PORT
|
|||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> If you're going to use another IP that isn't localhost, add it to `DJANGO_ALLOWED_HOSTS`, without `http://`
|
> If you're going to use another IP that isn't localhost, add it to `DJANGO_ALLOWED_HOSTS`, without `http://`
|
||||||
|
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
Features are only added to main when ready, if you want to run the latest version, you must build from source.
|
||||||
|
|
||||||
Features are only added to `main` when ready, if you want to run the latest version, you must build from source.
|
All the required Dockerfiles are [here](https://github.com/eitchtee/WYGIWYH/tree/main/docker/prod).
|
||||||
|
|
||||||
```bash
|
## Unraid
|
||||||
# Create a folder for WYGIWYH (optional)
|
|
||||||
$ mkdir WYGIWYH
|
|
||||||
|
|
||||||
# Go into the folder
|
[nwithan8](https://github.com/nwithan8) has kindly provided a Unraid template for WYGIWYH, have a look at the [unraid_templates](https://github.com/nwithan8/unraid_templates) repo.
|
||||||
$ cd WYGIWYH
|
|
||||||
|
|
||||||
# Clone this repository
|
|
||||||
$ git clone https://github.com/eitchtee/WYGIWYH.git .
|
|
||||||
|
|
||||||
$ cp docker-compose.prod.yml docker-compose.yml
|
|
||||||
$ cp .env.example .env
|
|
||||||
# Now edit both files as you see fit
|
|
||||||
|
|
||||||
# Run the app
|
|
||||||
$ docker compose up -d --build
|
|
||||||
|
|
||||||
# Create the first admin account
|
|
||||||
$ docker compose exec -it web python manage.py createsuperuser
|
|
||||||
```
|
|
||||||
|
|
||||||
# How it works
|
# How it works
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user