Carpathian Consultancy fork for friendship & tolerance
 
 
 
 
 
 
Go to file
Aevann f4bb5e0e41 show truescore in /deletion_requests 2024-11-18 13:47:07 +02:00
.vscode add to settings.json 2024-10-23 15:30:41 +03:00
files show truescore in /deletion_requests 2024-11-18 13:47:07 +02:00
includes
marsey.world make edit logs look better 2024-11-13 19:22:25 +02:00
migrations show account deletion requests 2024-11-15 17:05:58 +02:00
scripts dont sync emojis with site name in their names 2024-11-11 14:12:02 +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 dont apply sharpen replacements on quotes and greentext 2024-11-12 16:59:53 +02:00
schema.sql sneed 2024-11-15 16:00:19 +00:00
seed-badges.sql sneed 2024-11-13 04:00:20 +00:00
seed-emojis-WPD.sql sneed 2024-11-16 08:00:16 +00:00
seed-emojis-rDrama.sql sneed 2024-11-18 10:00:16 +00:00
seed-hats.sql sneed 2024-11-14 20:00:18 +00:00
seed-users.sql fix docker 2024-10-01 22:26:02 +03:00
snappy_WPD.txt sneed 2024-11-09 18:00:21 +00: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 sneed 2024-11-17 22:00:19 +00: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.