forked from rDrama/rDrama
1
0
Fork 0
This code runs https://rdrama.net and https://watchpeopledie.tv and toys with my heart. More themes. Hoo-fucking-ray.
 
 
 
 
 
 
Go to file
Aevann1 337e5d59c5 Revert "make house holes immune from deletion"
This reverts commit 7defcd07cf.
2022-10-04 15:48:08 +02:00
.github
chat
files Revert "make house holes immune from deletion" 2022-10-04 15:48:08 +02:00
sql
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
Dockerfile add nginx to docker 2022-10-04 03:06:57 +02:00
LICENSE
dependabot.yml
docker-compose.yml add nginx to docker 2022-10-04 03:06:57 +02:00
env
gunicorn.conf.py
nginx-serve-static.txt
nginx.txt add nginx to docker 2022-10-04 03:06:57 +02:00
pg_hba.conf
readme.md add nginx to docker 2022-10-04 03:06:57 +02:00
redis.conf
requirements.txt Rebuild assetcache on inotify events. 2022-09-27 02:07:32 -04:00
run_tests.py
schema.sql
seed-db.sql sneed 2022-10-03 21:00:03 +00:00
snappy_PCM.txt
snappy_rDrama.txt
startup.sh
startup_chat.sh
supervisord.conf add nginx to docker 2022-10-04 03:06:57 +02:00
ubuntu_setup.sh add nginx to docker 2022-10-04 03:06:57 +02:00

readme.md

Build status

This code runs https://rdrama.net, https://pcmemes.net and https://watchpeopledie.co

Installation (Windows/Linux/MacOS)

1- Install Docker on your machine.

Docker installation

2- Run the following commands in the terminal:

git clone https://github.com/Aevann1/rDrama/

cd rDrama

docker-compose down --rmi all --remove-orphans --volumes

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)

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.