|
|
(One intermediate revision by the same user not shown) |
Line 1: |
Line 1: |
| In those cases where you have an OSM already installed in a remote server, you might still want to operate it from your local computer using the OSM client. In order to install OSM client, you will need a Linux machine and follow the procedure below to install it:
| | This page has been moved to a single page with all OSM client info: [[OSM_client|OSM Client]] |
| curl http://osm-download.etsi.org/repository/osm/debian/ReleaseFOUR/OSM%20ETSI%20Release%20Key.gpg | sudo apt-key add -
| |
| sudo add-apt-repository -y "deb [arch=amd64] http://osm-download.etsi.org/repository/osm/debian/ReleaseFOUR stable osmclient"
| |
| sudo apt-get update
| |
| sudo apt-get install -y python-osmclient
| |
| | |
| After the installation completes, you will need to add the following environment variables to the end of your .bashrc file and then source it with source .bashrc
| |
| | |
| export OSM_HOSTNAME=127.0.0.1 # IP of the OSM server
| |
| export OSM_SOL005=True
| |
Latest revision as of 10:33, 13 September 2019
This page has been moved to a single page with all OSM client info: OSM Client