Go to file
Aevann1 e8ce2f06ae dsfdsf 2021-11-01 20:56:56 +02:00
.github Delete .github/workflows directory 2021-10-08 15:11:56 +02:00
files dsfdsf 2021-11-01 20:56:56 +02:00
.gitattributes fd 2021-10-15 16:08:27 +02:00
.gitignore dsfsdf 2021-10-29 19:59:22 +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 fdsfsd 2021-10-29 19:58:38 +02:00
docker-compose.yml fds 2021-10-27 22:12:16 +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 fsd 2021-10-27 20:53:57 +02:00
restart dfsdsf 2021-10-27 03:16:26 +02:00
schema.sql schema 2021-10-27 20:11:54 +00:00
seed-db.sql dsffs 2021-10-29 19:42:03 +02:00
setup dfsdsf 2021-10-27 03:16:26 +02:00
snappy.txt Update snappy.txt 2021-10-27 18:23:17 -04: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.