rDrama/readme.md

24 lines
771 B
Markdown
Raw Normal View History

2022-02-25 16:48:31 +00:00
This code runs https://rdrama.net and https://pcmemes.net
2022-01-23 19:04:44 +00:00
2022-02-12 15:55:00 +00:00
# Installation (Windows/Linux/MacOS)
2021-10-15 14:08:27 +00:00
1- Install Docker on your machine.
2022-01-28 05:20:36 +00:00
[Docker installation](https://docs.docker.com/get-docker/)
2021-10-15 14:08:27 +00:00
2 - If hosting on localhost and/or without HTTPS, change```"SESSION_COOKIE_SECURE"``` in ```__main__.py``` to "False"
3- Run the following commands in the terminal:
2021-10-15 14:08:27 +00:00
```
2022-04-03 12:57:46 +00:00
git clone https://github.com/Aevann1/rDrama/
2021-10-15 14:08:27 +00:00
2022-04-03 12:57:58 +00:00
cd rDrama
2021-10-15 14:08:27 +00:00
docker-compose up
```
4- That's it! Visit `localhost` in your browser.
2021-10-15 14:08:27 +00:00
5- 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, please edit the variables in the `env` file and then restart the docker container.