This guide describes an installation to /usr/local/remotemaster, with links for the executable links from /usr/local/bin. It assumes some basic Linux knowhow, but not very much. To keep the description short, installing to somewhere else is not covered.
It is assumed that the "svn" program is installed. (On RedHat-like systems (like Fedora):
Code: Select all
dnf install svnCode: Select all
apt-get install subversion2. Unpack my support files to the same directory.
3. Make the shell wrapper executable
Code: Select all
chmod +x /usr/local/remotemaster/remotemaster.shCode: Select all
ln -s /usr/local/remotemaster/remotemaster.sh /usr/local/bin/rmir
ln -s /usr/local/remotemaster/remotemaster.sh /usr/local/bin/remotemaster5. (Optional, for Gnome support). Copy the desktip files to the current user's application directory.:
Code: Select all
cp /usr/local/remotemaster/*.desktop ~ ~/.local/share/applications
chmod +x ~/.local/share/applications/RemooteMaster.desktop
chmod +x ~/.local/share/applications/RMIR.desktop
Done!
Note that it is not required to install the RDF- or map files explicitly. Instead, the first time the program starts, these will be sucked from the SVN repository. (Takes a minute or so.) Also, the initial "locate the RDFS and the Maps" has been eliminated.
There are some parameters that can be changed in the shell script, as well as the desktop files.
Improvements and bug reports are welcome!
Edit 2016-12-15: yum changed to dnf; ~/Desktop changed to ~/.local/share/applications