This code runs https://rdrama.net and https://watchpeopledie.tv
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.
|
4 months ago | |
---|---|---|
chat | 4 months ago | |
files | 4 months ago | |
.gitattributes | 6 months ago | |
.gitignore | 4 months ago | |
CODE_OF_CONDUCT.md | 1 year ago | |
Dockerfile | 4 months ago | |
LICENSE | 11 months ago | |
docker-compose.yml | 4 months ago | |
env | 5 months ago | |
gunicorn.conf.py | 4 months ago | |
imei.sh | 4 months ago | |
nginx-serve-static.conf | 4 months ago | |
nginx.conf | 4 months ago | |
pg_hba.conf | 11 months ago | |
readme.md | 4 months ago | |
requirements.txt | 4 months ago | |
schema.sql | 4 months ago | |
seed-db.sql | 4 months ago | |
snappy_PCM.txt | 7 months ago | |
snappy_rDrama.txt | 4 months ago | |
startup.sh | 6 months ago | |
startup_chat.sh | 6 months ago | |
startup_docker.sh | 6 months ago | |
supervisord.conf | 6 months ago | |
ubuntu_setup.sh | 4 months ago |
readme.md
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://fsdfsd.net/rDrama/rDrama.git
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.