You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Aevann 1e9b32699f Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2 weeks ago
files Merge branch 'master' of https://fsdfsd.net/rDrama/rDrama 2 weeks ago
migrations marsey -> emoji 2 weeks ago
.gitattributes convert repo from CRLF to LF 6 months ago
.gitignore move .cookies to /cookies 1 month ago
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 1 year ago
Dockerfile add apt -y autoremove 1 month ago
LICENSE convert LICENSE to tabs 4 months ago
cron-d.sh add cron-d.sh to the repo 1 month ago
docker-compose.yml fix docker 4 weeks ago
env_template use single quotation marks for env instead of double 3 weeks ago
gunicorn.conf.py use STARS const 4 weeks ago
imei.sh use magick command 4 months ago
nginx-headers.conf remove csp report code 2 months ago
nginx-serve-static.conf nginx - use multithreading for serving static files 3 weeks ago
nginx.conf fix nginx config 2 weeks ago
pg_hba.conf same as last commit but scram-sha-256 3 weeks ago
readme.md restore my previous env structure, fuck off @everyone 2 months ago
requirements.txt remove leftover regex dependancy 2 months ago
schema.sql sneed 2 weeks ago
seed-db.sql sneed 2 weeks ago
seed-users.sql fix docker 4 weeks ago
snappy_event_WPD.txt replace fistmas with christmas in snappy quotes 3 months ago
snappy_event_rDrama.txt replace fistmas with christmas in snappy quotes 3 months ago
snappy_rDrama.txt sneed 2 weeks ago
startup.sh add '#!/bin/bash' to all .sh files 2 months ago
startup_chat.sh remove node shit 2 months ago
startup_docker.sh use single quotation marks for env instead of double 3 weeks ago
startup_docker_chat.sh use single quotation marks for env instead of double 3 weeks ago
supervisord.conf add nginx to docker 6 months ago
ubuntu_setup.sh fix docker 4 weeks ago

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

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.