Carpathian Consultancy fork for friendship & tolerance
 
 
 
 
 
 
Go to file
Aevann 04a42899cc better counter 2024-11-08 21:38:21 +02:00
.vscode add to settings.json 2024-10-23 15:30:41 +03:00
files better counter 2024-11-08 21:38:21 +02:00
includes
migrations add purged_utc 2024-10-24 19:11:06 +03:00
scripts add to PATH 2024-11-01 22:50:09 +02:00
services fix 2024-10-27 23:40:37 +03:00
.gitattributes
.gitignore
CODE_OF_CONDUCT.md
Dockerfile move /chat_images to /images 2024-10-29 22:40:41 +03:00
LICENSE (AGPL3.0+You must publish source code as a publicly-available git repository)
docker-compose.yml
env_template.env
gunicorn.conf.py
nginx.conf move /chat_images to /images 2024-10-29 22:40:41 +03:00
pg_hba.conf
readme.md change fsdfsd url 2024-11-08 13:31:41 +02:00
requirements.txt purge unviewable videos after 30 days 2024-10-22 20:57:23 +03:00
schema.sql sneed 2024-10-30 00:00:18 +00:00
seed-badges.sql sneed 2024-11-08 12:00:21 +00:00
seed-emojis-WPD.sql sneed 2024-11-03 02:00:16 +00:00
seed-emojis-rDrama.sql sneed 2024-11-08 10:00:16 +00:00
seed-hats.sql sneed 2024-11-01 12:00:21 +00:00
seed-users.sql
snappy_WPD.txt fix snappy quote 2024-11-07 10:56:59 +02:00
snappy_fistmas_WPD.txt
snappy_fistmas_rDrama.txt
snappy_homoween_WPD.txt add this https://rdrama.net/post/215296/suggest-homoween-snappy-quotes-here-marseyscared/7104530#context 2024-10-02 01:54:20 +03:00
snappy_homoween_rDrama.txt add this https://rdrama.net/post/215296/suggest-homoween-snappy-quotes-here-marseyscared/7104530#context 2024-10-02 01:54:20 +03:00
snappy_rDrama.txt change fsdfsd url 2024-11-08 13:31:41 +02:00
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/MarseyWorld/MarseyWorld.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.