Carpathian Consultancy fork for friendship & tolerance
 
 
 
 
 
 
Go to file
Aevann 731ec55ef2 dont give ppl top poster of the day for chudrama posts 2024-11-15 13:42:32 +02:00
.vscode add to settings.json 2024-10-23 15:30:41 +03:00
files dont give ppl top poster of the day for chudrama posts 2024-11-15 13:42:32 +02:00
includes fix site crashing 2023-09-09 21:57:15 +03:00
marsey.world make edit logs look better 2024-11-13 19:22:25 +02:00
migrations add account deletion 2024-11-14 19:20:52 +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 convert repo from CRLF to LF 2022-10-04 17:24:58 +02:00
.gitignore commit .vscode on transbitch's request 2023-10-26 23:59:18 +03:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2022-01-31 15:29:51 -08:00
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) rename license file 2024-02-19 01:43:06 +02:00
docker-compose.yml fix prev commit 2024-03-04 21:56:01 +02:00
env_template.env switch giphy verbiage to tenor 2024-08-01 04:09:48 +03:00
gunicorn.conf.py print request values 2024-04-16 16:05:20 +02:00
nginx.conf move /chat_images to /images 2024-10-29 22:40:41 +03:00
pg_hba.conf move some common shit to the repo 2023-07-26 21:08:56 +03:00
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-13 20:00:19 +00:00
seed-badges.sql sneed 2024-11-13 04:00:20 +00:00
seed-emojis-WPD.sql sneed 2024-11-15 08:00:16 +00:00
seed-emojis-rDrama.sql sneed 2024-11-15 11:00:19 +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 make sure to replace ios quotation marks to make dup checking work 2024-06-27 13:44:13 +03:00
snappy_fistmas_rDrama.txt make sure to replace ios quotation marks to make dup checking work 2024-06-27 13:44:13 +03:00
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-15 11:00:19 +00:00
supervisord.conf use /d by default instead of /rDrama for consistency 2023-07-26 21:29:45 +03:00

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.