rDrama/readme.md

38 lines
1.6 KiB
Markdown
Raw Normal View History

2022-05-17 21:09:36 +00:00
[![Build status](https://img.shields.io/github/workflow/status/TheMotte/rDrama/run_tests.py/frost)](https://github.com/Aevann1/rDrama/actions?query=workflow%3Arun_tests.py+branch%3Afrost)
2022-07-27 22:47:42 +00:00
This code runs https://rdrama.net, https://pcmemes.net, https://watchpeopledie.co, and https://deuxrama.net
2022-05-04 23:09:46 +00:00
# Installation (Windows/Linux/MacOS)
1- Install Docker on your machine.
[Docker installation](https://docs.docker.com/get-docker/)
2022-05-27 21:34:01 +00:00
2- Run the following commands in the terminal:
2022-05-04 23:09:46 +00:00
```
git clone https://github.com/Aevann1/rDrama/
cd rDrama
docker-compose up
```
2022-05-27 21:34:01 +00:00
3- That's it! Visit `localhost` in your browser.
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.
------
2022-08-06 04:11:13 +00:00
For help or guidance with setting up your rDrama instance, join this discord server https://discord.gg/czP2HgpyH3
2022-07-29 01:51:00 +00:00
2022-07-18 01:05:30 +00:00
------
For returning contributors, we have noticed the following issues (if you can help fix them, we will be very grateful!):
1. Docker doesn't know when we add a new Python dependency, `docker-compose build` is needed.
2. DB schema changes are not applied automatically, the easiest way to deal with that is to delete the entire environment from the Docker GUI and do `docker-compose up`. Also wait five minutes for a "sneed" commit from Aevann meaning that the sql file was regenerated.
3. Old authorization cookies from the previous instance cause a weird 404 error, clear cookies for localhost to fix.