fds
This commit is contained in:
parent
be9d7a1ba8
commit
ae53751037
4 changed files with 5 additions and 95 deletions
43
readme.md
43
readme.md
|
@ -6,19 +6,19 @@ Installing Drama locally is the fastest way to get the software up and running a
|
|||
|
||||
---
|
||||
|
||||
# Windows
|
||||
# Windows/Linux/MacOS
|
||||
|
||||
1- Install Docker on your machine.
|
||||
|
||||
[Docker installation for Windows](https://docs.docker.com/docker-for-windows/install/)
|
||||
[Docker installation](https://docs.docker.com/get-docker/)
|
||||
|
||||
2- Download Drama into your machine by running this command.
|
||||
2- Download Drama into your machine by running this command in the terminal:
|
||||
|
||||
```
|
||||
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:
|
||||
3- Navigate to the "Drama" folder and run the following command in the terminal:
|
||||
|
||||
```
|
||||
docker-compose up
|
||||
|
@ -26,37 +26,4 @@ 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.
|
||||
|
||||
---
|
||||
|
||||
# Ubuntu
|
||||
|
||||
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.sh
|
||||
```
|
||||
|
||||
then run `source /drama/restart` to apply the changes.
|
||||
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.
|
Loading…
Add table
Add a link
Reference in a new issue