Install on Node.js
Download
First, download the file Yogosell 1.0.0-alpha.1. Then, unzip it. You gets the folder yogosell which contains:
yogosell
|_ db
|_ public
|_ server
|_ .env.js
|_ LICENSE.md
|_ package-lock.json
|_ package.json
|_ README.md
Install
Then open a terminal, go to the yogosell folder and type :
npm install
That's all. Yogosell is almost ready to run.
Run
By default, Yogosell is connected to the demo database and listens on port 1080. If you type in a terminal the command:
npm start
It starts Yogosell Server.
If you have installed Yogosell Server on your laptop, open the following url in the browser:
http://localhost:1080
Or, if you have installed Yogosell Server on a dedicated machine on the local network, open the following url in the browser:
http://<ip_local_network_machine>:1080
You get the following login screen:
-- oOo ---