Go to file
Aevann1 3b16b9beaa dfsdsf 2021-10-27 03:16:26 +02:00
.github Delete .github/workflows directory 2021-10-08 15:11:56 +02:00
files underline 2021-10-27 03:14:27 +02:00
.gitattributes fd 2021-10-15 16:08:27 +02:00
.gitignore bruh 2021-10-25 16:47:19 +02:00
Dockerfile fd 2021-10-15 16:08:27 +02:00
LICENSE 2nd 2021-10-26 23:11:14 +02:00
appspec.yml fd 2021-10-15 16:08:27 +02:00
buildspec.yml fd 2021-10-15 16:08:27 +02:00
dependabot.yml fd 2021-10-15 16:08:27 +02:00
disablesignups fd 2021-10-15 16:08:27 +02:00
docker-compose.yml tabs 2021-10-21 22:50:15 +02:00
env misc 2021-10-26 23:31:39 +02:00
pg_hba.conf misc 2021-10-26 23:31:39 +02:00
push.sh sneed 2021-10-18 22:39:15 +02:00
pushforce.sh fd 2021-10-15 16:08:27 +02:00
readme.md fd 2021-10-15 16:08:27 +02:00
redis.conf misc 2021-10-26 23:31:39 +02:00
requirements.txt fd 2021-10-20 16:37:46 +02:00
restart dfsdsf 2021-10-27 03:16:26 +02:00
schema.sql bruh 2021-10-27 02:37:34 +02:00
seed-db.sql tax 2021-10-23 19:02:39 +02:00
setup dfsdsf 2021-10-27 03:16:26 +02:00
snappy.txt misc 2021-10-25 15:55:56 +02:00
supervisord.conf dfsdsf 2021-10-27 03:16:26 +02:00

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 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, please edit the variables in the docker-compose.yml file and then restart the docker container from inside the docker app.


Linux (Debian-based)

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 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, please run this command and edit the variables:

nano /env

then run source /drama/restart to apply the changes.