rDrama/readme.md

24 lines
799 B
Markdown
Raw Permalink Normal View History

2022-12-21 12:42:41 +00:00
This code runs https://rdrama.net and https://watchpeopledie.tv
2022-05-04 23:09:46 +00:00
# Installation (Windows/Linux/MacOS)
2022-11-23 21:17:21 +00:00
1- Install Docker on your machine. [Docker installation](https://docs.docker.com/get-docker/)
2022-05-04 23:09:46 +00:00
2022-05-27 21:34:01 +00:00
2- Run the following commands in the terminal:
2022-05-04 23:09:46 +00:00
```
2023-07-26 19:07:50 +00:00
git clone https://fsdfsd.net/rDrama/rDrama.git
2022-05-04 23:09:46 +00:00
2023-07-26 19:07:50 +00:00
cd rDrama
2022-05-04 23:09:46 +00:00
2023-07-26 18:16:59 +00:00
cp env_template.env .env
2022-11-18 16:49:08 +00:00
docker-compose down --rmi all --remove-orphans --volumes
2022-05-04 23:09:46 +00:00
docker-compose up
```
3- That's it! Visit `http://localhost` in your browser and make an account (the first account to be made will have full admin rights)
2022-05-04 23:09:46 +00:00
4- Optional: to change the domain from "localhost" to something else and configure the site settings, as well as integrate it with the external services the website uses, edit the variables in the `.env` file and then restart the docker container.