rDrama/readme.md

22 lines
786 B
Markdown
Raw Normal View History

2022-11-18 16:57:06 +00:00
This code runs https://rdrama.net, https://pcmemes.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
```
2022-11-23 21:17:21 +00:00
git clone https://fsdfsd.net/rDrama/rDrama.git
2022-05-04 23:09:46 +00:00
cd rDrama
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 `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
2022-08-06 04:11:13 +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.