- Install SHiNeMaS
Currently this Desktop version of SHiNeMaS is only available on Linux as it uses Docker. We are working on a windows version of this Desktop Application.
Regarding your Linux distribution and version it can be called : docker, docker.io, docker-engine, docker-ce (for the most recent distribution).
Have a look to Docker documentation here : https://docs.docker.com/install/linux/docker-ce/debian
By default docker can be used only as admin user. You need to add your user to docker group:
sudo usermod -aG docker
Then, restart your session
From a terminal, move to the repository containing the source code
then:
cd _docs/install/desktop/
Run the installation script :
./install.sh
Restart your session.
The first time you use the app, you have to initialize the database :
shinemas initdb
The installation process creates a .shinemas/ folder in your home directory. It contains the database and the files stored by the app.
SHiNeMaS do not save this folder automatically, the backup of the data is up to you !
Installation is now done !
To start/stop shinemas in a terminal :
shinemas start
shinemas stop