User Tools

Site Tools


en:rmob-export

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
en:rmob-export [2019/03/30 09:22] fluktuaciaen:rmob-export [2019/03/30 16:11] (current) fluktuacia
Line 44: Line 44:
  
 === Dependencies === === Dependencies ===
 +
 +  sudo apt-get install git g++ libmagick++ libmagick++5 libmagick++-dev libmysqlclient-dev
 +
 +
 +
 +===== Instalace =====
 +
 +For cases you have to run rmob-export software directly on your station.
 +RMOB-export can be downloaded from [[https://github.com/MLAB-project/rmob-export|GitHub]].
 +
 +==== Ubuntu ====
 +
 +=== Závislosti ===
  
   sudo apt-get install git g++ libmagick++ libmagick++5 libmagick++-dev libmysqlclient-dev   sudo apt-get install git g++ libmagick++ libmagick++5 libmagick++-dev libmysqlclient-dev
Line 50: Line 63:
 === Compilation === === Compilation ===
    
-Get from Github+Unpack or download from Github
  
-  git clone https://github.com/MLAB-project/rmob-export.git+  git clone https://github.com/bolidozor/rmob-export
  
-Compile (with Makefile)+Compile (using Makefilu)
  
   cd rmob-export/   cd rmob-export/
   make   make
  
-After setup, which is described underyou can periodicly run //Run.py// with cron +After setup (described below), run Run.py periodically, e.g. using crone 
-For set up crontype to terminal+To set up the croneuse:
  
   crontab -e   crontab -e
  
-and at the end of file add the following line with all own path to //Run.py//+and add the following line (with your own path to Run.py file) to the end of the file:
      
   */15 * * * * cd /home/roman/rmob-export/; python Run.py   */15 * * * * cd /home/roman/rmob-export/; python Run.py
Line 70: Line 83:
 ===== Settings ===== ===== Settings =====
  
-Setting of this app is performed by setup wizard //Configure.py// +Setting up this application is done using a Configure.py wizard, run in the rmob-export folder.
-in //rmob-export// directory.+
      
   python Configure.py   python Configure.py
      
-Poté se vás průvodce zeptá na několik položekkteré napíšete a potvrdíte entremPokud položku nebudete chtít měnitmůžete jí rovnou přeskočit pomocí stisknutí klávesy enter.+The wizard will ask you several questionsyour answers are confirmed by pressing enterIf you do not want to change the folderyou can skip it by pressing enter.
  
-Pro ověření správnosti nastavení můžete rmob-export spustit+In order to verify the setup, run the rmob-export:
   python Run.py   python Run.py
en/rmob-export.txt · Last modified: 2019/03/30 16:11 by fluktuacia