Installation Guide¶
Here is the guide for the build of SemlogWeb.
All instructions below are aimed to compile 64-bit version of SemlogWeb.
Windows¶
From Command Line¶
Install Miniconda - Python 3.7.
Install third-party libraries from
requirement.txt,python -m pip install -r requirements.txt
Install third-party libraries from requirement.txt,
git clone https://github.com/robcog-iai/semlog_web.git
Install MongoDB.
Choose a disk for example
D:, create a directoryD:/db/data, then start MongoDB sever in the terminal of D:mongodOpen another terminal to the directory than contains the
dumpfolder (Contains the database from RobCog),then run this command to add the databasemongorestore .
Linux¶
Installation in Linux is mostly the same as in Windows. Make sure to grant write authority to the root folder.