Go to file
Aevann1 73f2988b80 gfdfdg 2021-10-14 15:42:50 +02:00
.github Delete .github/workflows directory 2021-10-08 15:11:56 +02:00
files Merge branch 'master' of https://github.com/Aevann1/Drama 2021-10-14 14:40:48 +02:00
.gitattributes sneed 2021-07-21 03:12:26 +02:00
.gitignore fdsfds 2021-10-08 15:09:51 +02:00
Dockerfile Update Dockerfile 2021-08-03 15:07:58 +02:00
LICENSE gfgdfd 2021-10-08 15:06:21 +02:00
appspec.yml gfgdfd 2021-10-08 15:06:21 +02:00
buildspec.yml gfgdfd 2021-10-08 15:06:21 +02:00
dependabot.yml gfgdfd 2021-10-08 15:06:21 +02:00
disablesignups schema 2021-10-06 22:26:58 +00:00
docker-compose.yml dfsfds 2021-10-10 07:05:52 +02:00
env dfsfds 2021-10-10 07:05:52 +02:00
pg_hba.conf gfgdfd 2021-10-08 15:06:21 +02:00
push.sh sneed 2021-10-09 19:16:43 +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 gfgdfd 2021-10-08 15:06:21 +02:00
requirements.txt sfdsfd 2021-10-03 21:53:14 +02:00
restart gfdfdg 2021-10-14 15:42:50 +02:00
schema.sql gfgdfd 2021-10-08 15:06:21 +02:00
seed-db.sql gfgdfd 2021-10-08 15:06:21 +02:00
setup gfdfdg 2021-10-14 15:42:50 +02:00
snappy.txt snap 2021-10-11 15:51:32 +03:00
supervisord.conf gfdfdg 2021-10-14 15:42: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.