[call-me] - update readme
This commit is contained in:
@@ -20,6 +20,10 @@ This project allows you to:
|
||||
|
||||
### Quick Start
|
||||
|
||||
- #### Using NodeJs
|
||||
|
||||

|
||||
|
||||
**[Install Node.js and npm](https://nodejs.org/en/download)**
|
||||
|
||||
```shell
|
||||
@@ -39,6 +43,33 @@ npm install
|
||||
npm start
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
- #### Using Docker
|
||||
|
||||

|
||||
|
||||
Install [docker engine](https://docs.docker.com/engine/install/) and [docker compose](https://docs.docker.com/compose/install/)
|
||||
|
||||
```shell
|
||||
# Clone this repo
|
||||
git clone https://github.com/miroslavpejic85/call-me.git
|
||||
|
||||
# Go to to dir call-me
|
||||
cd call-me
|
||||
|
||||
# Copy .env.template to .env
|
||||
cp .env.template .env
|
||||
|
||||
# Get official image from Docker Hub
|
||||
docker-compose pull
|
||||
|
||||
# Create and start containers
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
1. Open your browser and visit [http://localhost:8000](http://localhost:8000).
|
||||
|
||||
2. Sign in with your username.
|
||||
|
||||
Reference in New Issue
Block a user