Go to file
KindaCrayCray 3d5355e30f Improve inline emoji modal (#159)
- Fix/modernize keyboard navigation (making selections work and autoscroll)
- Allow capital letters to be used in the inline emoji input
- Fix first emoji typed not causing the picker to appear

Reviewed-on: rDrama/rDrama#159
Co-authored-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
Co-committed-by: KindaCrayCray <kindacraycray@noreply.fsdfsd.net>
2023-06-30 15:08:33 +00:00
files Improve inline emoji modal (#159) 2023-06-30 15:08:33 +00:00
migrations fix missing sql commands in last commit 2023-06-26 17:45:09 +03:00
.gitattributes
.gitignore remove from .gitignore 2023-06-24 17:04:02 +03:00
CODE_OF_CONDUCT.md
Dockerfile
LICENSE
cron-d.sh
docker-compose.yml
env_template
gunicorn.conf.py
magick
nginx-headers.conf
nginx-serve-static.conf
nginx.conf
pg_hba.conf
readme.md
requirements.txt
schema.sql sneed 2023-06-26 17:57:52 +00:00
seed-db.sql sneed 2023-06-29 20:10:06 +00:00
seed-users.sql
snappy_fistmas_WPD.txt
snappy_fistmas_rDrama.txt
snappy_rDrama.txt sneed 2023-06-28 13:53:51 +00:00
startup.sh
startup_chat.sh
startup_docker.sh
startup_docker_chat.sh
supervisord.conf
ubuntu_setup.sh

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/rDrama/rDrama.git

cd rDrama

cp env_template .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.