forked from rDrama/rDrama
1
0
Fork 0
 
 
 
 
 
 
Go to file
Aevann a967eece26 show event music toggle to everyone and give error 2023-12-01 16:48:12 +02:00
.vscode set files.eol 2023-11-18 22:33:35 +02:00
files show event music toggle to everyone and give error 2023-12-01 16:48:12 +02:00
includes fix site crashing 2023-09-09 21:57:15 +03:00
migrations add extra username for patrons 2023-11-25 23:57:15 +02:00
scripts sneed 2023-11-06 13:25:12 +00:00
services add new env var WORKER_COUNT 2023-07-30 04:44:15 +03:00
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
docker-compose.yml
env_template.env one less env var 2023-10-08 21:58:12 +03:00
gunicorn.conf.py
nginx.conf
pg_hba.conf
readme.md Update 'readme.md' 2023-07-26 19:07:50 +00:00
requirements.txt
schema.sql
seed-badges.sql
seed-emojis-WPD.sql
seed-emojis-rDrama.sql
seed-hats.sql
seed-users.sql
snappy_WPD.txt
snappy_fistmas_WPD.txt
snappy_fistmas_rDrama.txt
snappy_homoween_WPD.txt
snappy_homoween_rDrama.txt
snappy_rDrama.txt
supervisord.conf

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_template.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.