forked from rDrama/rDrama
1
0
Fork 0
 
 
 
 
 
 
Go to file
Aevann1 0736c7ab48 sdsd 2021-07-25 02:17:51 +02:00
.github
.well-known
drama sdsd 2021-07-25 02:17:51 +02:00
.gitattributes
.gitignore
Dockerfile
LICENSE
appspec.yml
buildspec.yml
compilecss.py sneed 2021-07-23 15:47:25 +02:00
dependabot.yml
docker-compose.yml fd 2021-07-25 01:24:23 +02:00
pushcss.sh ahh 2021-07-23 21:54:21 +02:00
pushforce.sh
readme.md Update readme.md 2021-07-23 00:33:10 +02:00
redis.conf
requirements.txt
schema.sql
setup sneed 2021-07-22 22:48:13 +02:00
snappy.txt
supervisord.conf

readme.md

Installation

Installing Drama locally is the fastest way to get the software up and running and start tinkering under the hood.


Windows

1- Install Docker on your machine.

Docker installation for Windows

2- Download Drama into your machine by running this command.

git clone https://github.com/Aevann1/Drama/

3- Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command:

docker-compose up

4- That's it! Visit localhost in your browser.

5- Optional: to configure the site settings and successsfully integrate it with the external services we use (hcaptcha, cloudflare, aws S3, discord, tenor and mailgun), please edit the variables in the docker-compose.yml file.


Linux

1- Download Drama into your machine by running this command.

git clone https://github.com/Aevann1/Drama/ /drama

2- Navigate to /drama

cd /drama

3- run the following command:

source setup

4- That's it. Visit localhost in your browser.

5- Optional: to configure the site settings and successsfully integrate it with the external services we use (hcaptcha, cloudflare, aws S3, discord, tenor and mailgun), please run this command and edit the variables:

nano /drama/docker-compose.yml