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
gooseman c9064fbedc Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-11-19 14:18:22 -08:00
.github
chat
files Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-11-19 14:18:22 -08:00
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
Dockerfile add shit i forgot #2 2022-11-19 22:12:54 +02:00
LICENSE
docker-compose.yml use imagemagick 7.1.0-52 instead of 6.9.11-60 (seems to have fixed the issues of images doubling in size) + don't recompress images that are already webp -- WARNING I HAVE NO IDEA WHAT IM DOING 2022-11-19 21:55:07 +02:00
env
gunicorn.conf.py
imagemagick-license Create imagemagick-license 2022-11-19 12:31:34 -08:00
magick chmod +x magick 2022-11-19 15:09:14 -05:00
nginx-serve-static.conf
nginx.conf
pg_hba.conf
readme.md .co -> .tv 2022-11-18 08:57:06 -08:00
requirements.txt
run_tests.py
schema.sql
seed-db.sql sneed 2022-11-18 08:10:14 +00:00
snappy_PCM.txt
snappy_rDrama.txt
startup.sh
startup_chat.sh
startup_docker.sh
supervisord.conf
ubuntu_setup.sh add shit i forgot 2022-11-19 22:11:35 +02:00

readme.md

Build status

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

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.