Persys desktop application. Electron based application to access your Persys server.
Refer to the main repo for contributions and other instructions.
Pull repo
git clone https://github.com/persys-ai/persys-desktop
Navigate to folder
cd persys-desktop
Install dependencies
npm install
Run it!
npm start
If you have already setup persys-server,
all you need to do is specify your address on the login page and use the password you created.
Do not use "http" or "https" in the server address on login.
If you're running the server on the same machine as the desktop app, simply put the hostname of your machine.
To find your hostname, run hostname
or echo $HOST
. This will ensure all persys-server
services reach each other.
The different ports for the services will use that base address.
You'll find all assets here.
All JavaScript code.
All CSS styling.
All libraries used in /assets/interfaces/
here.
Image assets.
All pages including index.js
and preload.js
here.
Each "app" has its own index html page for simplicity's sake.