Carpathian Consultancy fork for friendship & tolerance
 
 
 
 
 
 
Go to file
Aevann 2320211082 fix prev commit 2024-11-13 03:11:33 +02:00
.vscode
files fix prev commit 2024-11-13 03:11:33 +02:00
includes
marsey.world better description 2024-11-09 09:16:00 +02:00
migrations shorter 2024-11-09 18:27:13 +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-09 20:00:19 +00:00
seed-badges.sql sneed 2024-11-08 12:00:21 +00:00
seed-emojis-WPD.sql sneed 2024-11-11 12:12:54 +00:00
seed-emojis-rDrama.sql sneed 2024-11-12 10:00:18 +00:00
seed-hats.sql sneed 2024-11-10 08:00:16 +00:00
seed-users.sql
snappy_WPD.txt sneed 2024-11-09 18:00:21 +00:00
snappy_fistmas_WPD.txt
snappy_fistmas_rDrama.txt
snappy_homoween_WPD.txt
snappy_homoween_rDrama.txt
snappy_rDrama.txt sneed 2024-11-13 01:00:23 +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.