[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.
|
||||
|
||||
@@ -16,6 +16,8 @@
|
||||
|
||||
## Installation
|
||||
|
||||

|
||||
|
||||
Install `NodeJS 18.X` and `npm` using [Node Version Manager](https://docs.mirotalk.com/utility/nvm/)
|
||||
|
||||
---
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "call-me",
|
||||
"version": "1.0.17",
|
||||
"version": "1.0.18",
|
||||
"description": "Your Go-To for Instant Video Calls",
|
||||
"author": "Miroslav Pejic - miroslav.pejic.85@gmail.com",
|
||||
"license": "AGPLv3",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.0 KiB |
Reference in New Issue
Block a user