Install on Docker
First, download the file Docker Yogosell-1.0.0-alpha.1. Then unzip it. Unzip creates the docker-yogosell folder that contains:
docker-yogosell
|_ app
| |_ ...
| |_ server
| | |_ ...
| | |_ config.js
| | |_ ...
| |
| |_ ...
| |_ .env.js
| |_ ...
|
|_ db
| |_demo.sqlite
| |_ db.sqlite
|
|_ Dockerfile
|_ LICENSE.md
|_ README.md
Create a docker image
Open a terminal, go to the docker-yogosell folder and type:
docker build -t yogosell-nodejs .
Run
By default, Yogosell is connected to the demo database. If you type in a terminal the command:
docker run -d -p 8080:1080 -v $PWD/db:/usr/src/db --name my-yogosell-nodejs yogosell-nodejs
It starts a Docker Container running the Docker image yogosell-nodejs
If you installed the yogosell server on your laptop, open in the browser the following url:
http://localhost:8080
Or, if you installed the yogosell server on on a dedicated machine on the local network, open in the browser the following url:
http://<ip_local_network_machine>:8080
You get the following login splash screen:
-- oOo ---