Updated readme
This commit is contained in:
10
README.md
10
README.md
@@ -17,6 +17,10 @@ Requisites:
|
||||
* [Git](https://git-scm.com/downloads)
|
||||
* [Docker](https://docs.docker.com/engine/installation/)
|
||||
|
||||
[Guide for installing Docker on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-18-04)
|
||||
|
||||
___
|
||||
|
||||
This project uses the following ports:
|
||||
|
||||
| Server | Port |
|
||||
@@ -49,6 +53,12 @@ If you are using Windows, open Docker and make your drives available to your Doc
|
||||
|
||||

|
||||
|
||||
If you are using Linux (suggested to be Ubuntu 18.04 or above), install the build essentials AND docker-compose so that the make command works:
|
||||
|
||||
```sh
|
||||
sudo apt install build-essential docker-compose
|
||||
```
|
||||
|
||||
___
|
||||
|
||||
## Run the application
|
||||
|
||||
Reference in New Issue
Block a user