Update readme.md
This commit is contained in:
parent
e0d4b62fbd
commit
19826f1061
1 changed files with 11 additions and 21 deletions
30
readme.md
30
readme.md
|
@ -6,31 +6,25 @@ Installing Drama locally is the fastest way to get the software up and running a
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Windows
|
# Windows
|
||||||
|
|
||||||
### Install Docker
|
1- Install Docker on your machine.
|
||||||
|
|
||||||
Install Docker on your machine.
|
|
||||||
|
|
||||||
[Docker installation for Windows](https://docs.docker.com/docker-for-windows/install/)
|
[Docker installation for Windows](https://docs.docker.com/docker-for-windows/install/)
|
||||||
|
|
||||||
### Download Drama
|
2- Download Drama into your machine by running this command.
|
||||||
|
|
||||||
Download Drama into your machine by running this command.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/Aevann1/Drama/
|
git clone https://github.com/Aevann1/Drama/
|
||||||
```
|
```
|
||||||
|
|
||||||
### PowerShell
|
3- Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command:
|
||||||
|
|
||||||
Press shift+right click inside the Drama code folder and run PowerShell. Then in PowerShell, run the following command:
|
|
||||||
|
|
||||||
```
|
```
|
||||||
docker-compose up
|
docker-compose up
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it! Visit `localhost` in your browser.
|
4- That's it! Visit `localhost` in your browser.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -38,31 +32,27 @@ Optional: to configure the site settings and successsfully integrate it with the
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Linux
|
# Linux
|
||||||
|
|
||||||
### Download Drama
|
1- Download Drama into your machine by running this command.
|
||||||
|
|
||||||
Download Drama into your machine by running this command.
|
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/Aevann1/Drama/ /drama
|
git clone https://github.com/Aevann1/Drama/ /drama
|
||||||
```
|
```
|
||||||
|
|
||||||
### Install Drama
|
2- Navigate to `/drama`
|
||||||
|
|
||||||
Navigate to `/drama`
|
|
||||||
|
|
||||||
```
|
```
|
||||||
cd /drama
|
cd /drama
|
||||||
```
|
```
|
||||||
|
|
||||||
then run the following command:
|
3- run the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
source setup
|
source setup
|
||||||
```
|
```
|
||||||
|
|
||||||
That's it. Visit `localhost` in your browser.
|
4- That's it. Visit `localhost` in your browser.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue