forked from rDrama/rDrama
1
0
Fork 0
 
 
 
 
 
 
Go to file
Aevann 7a529e70f8 disallow chudding and banning ppl for negative days 2023-01-01 02:58:37 +02:00
chat fix chat annoyance 2022-12-30 20:09:55 +02:00
files disallow chudding and banning ppl for negative days 2023-01-01 02:58:37 +02:00
migrations
.gitattributes
.gitignore fix chat annoyance 2022-12-30 20:09:55 +02:00
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
docker-compose.yml
env
gunicorn.conf.py make warnings more prominent 2023-01-01 02:32:11 +02:00
imei.sh
nginx-headers.conf move CSP to nginx again 2022-12-31 08:38:59 +02:00
nginx-serve-static.conf move CSP to nginx again 2022-12-31 08:38:59 +02:00
nginx.conf increase chat length limit from 200 to 1000 on rdrama 2022-12-31 16:03:51 +02:00
pg_hba.conf
readme.md
requirements.txt
schema.sql stop using inline style/script elements 2022-12-29 16:20:27 +02:00
seed-db.sql
snappy_event_WPD.txt
snappy_event_rDrama.txt
snappy_rDrama.txt
startup.sh
startup_chat.sh
startup_docker.sh
supervisord.conf
ubuntu_setup.sh

readme.md

This code runs https://rdrama.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://fsdfsd.net/rDrama/rDrama.git

cd rDrama

cp env .env

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

docker-compose up

3- That's it! Visit http://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.