Changes between Version 4 and Version 5 of server_installation


Ignore:
Timestamp:
Nov 20, 2015, 3:51:38 PM (10 years ago)
Author:
smoser
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • server_installation

    v4 v5  
    1 === Flarmradar Server Installation ===
    21
    32Make sure that you meet the [wiki:server_hardware_requirements hardware requirements] if you plan to install your own Flarmradar server. There are [http://www.flarmradar.ch/public/dist/server/pkg/ server software packages] available for Debian-based Systems (Debian, Ubuntu and derived friends). Other distributions must install the [http://www.flarmradar.ch/public/dist/server/ zip-files available for download].
     3
     4
     5=== Software installation & testing ===
     6
     71. Download the client package from http://www.flarmradar.ch/public/dist/server/pkg/
     8
     9{{{
     10$ wget http://www.flarmradar.ch/public/dist/server/pkg/flarmradar_<version>_all.deb
     11}}}
     12
     132. Install the package
     14
     15{{{
     16$ sudo -i dpkg -i flarmradar_<version>_all.deb
     17}}}
     18
     19The package creates a new user 'flarm' which owns the Flarmradar server process and files.
     20
     213. Start the server
     22
     23{{{
     24$ sudo su -l -c "/opt/flarmradar/flarmradar.sh stop" flarm
     25}}}
     26
     27Once that the server has started, it is available on http://localhost:8080/radar/. Note that the server is just listening on the local interface and not (yet) accessible over the network. This is for security reason.   
     28