Go to file
Aevann1 279102690f fd 2021-09-08 19:25:50 +02:00
.github fgfg 2021-08-26 13:03:07 +02:00
.well-known dfdf 2021-08-14 23:23:07 +02:00
files gf 2021-09-08 19:21:04 +02:00
.gitattributes sneed 2021-07-21 03:12:26 +02:00
.gitignore sneed 2021-08-04 18:43:54 +02:00
Dockerfile Update Dockerfile 2021-08-03 15:07:58 +02:00
LICENSE sneed 2021-07-21 03:12:26 +02:00
appspec.yml fdfdfd 2021-08-04 18:21:10 +02:00
buildspec.yml sneed 2021-07-21 03:12:26 +02:00
compilecss.py fd 2021-09-08 10:53:57 +02:00
dependabot.yml sneed 2021-07-21 03:12:26 +02:00
disablesignups schema 2021-09-02 08:00:18 +00:00
docker-compose.yml fd 2021-09-06 19:07:49 +02:00
env fd 2021-09-06 19:07:49 +02:00
pg_hba.conf gf 2021-09-06 01:36:38 +02:00
push.sh sneed 2021-08-15 03:15:15 +02:00
pushforce.sh sneed 2021-07-21 03:12:26 +02:00
readme.md fg 2021-09-06 02:06:02 +02:00
redis.conf fdfd 2021-09-05 23:57:49 +00:00
requirements.txt fddf 2021-08-15 03:21:40 +02:00
restart fd 2021-09-08 19:25:50 +02:00
schema.sql schema 2021-09-07 08:00:44 +00:00
seed-db.sql df 2021-09-07 04:55:22 +02:00
setup fd 2021-09-08 09:10:29 +02:00
snappy.txt sneed 2021-09-06 18:17:48 +02:00
supervisord.conf fd 2021-09-08 19:25:50 +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

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.