Setting up the hosted developer workstation with Fedora

From OpenPetra Wiki
Jump to navigation Jump to search

Operating System and Remote Desktop

Operating System:

cat /etc/lsb-release
 DISTRIB_ID=Ubuntu
 DISTRIB_RELEASE=14.04
 DISTRIB_CODENAME=trusty
 DISTRIB_DESCRIPTION="Ubuntu 14.04.1 LTS"

install software:

apt-get install lxde-core konsole
apt-get remove xscreensaver-data

#x2go
apt-get install software-properties-common
apt-add-repository ppa:x2go/stable
apt-get update
apt-get install x2goserver
mv /usr/bin/startkde /usr/bin/startkde.bak
ln -s /usr/bin/startlxde /usr/bin/startkde

Development environment

# see http://software.opensuse.org/download/package?project=home:tpokorra:mono&package=monodevelop-opt 
echo 'deb http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_14.04/ /' > /etc/apt/sources.list.d/monodevelop-opt.list
apt-get update
apt-get install monodevelop-opt mono-xsp-opt mono-nant-opt mono-uncrustify-opt
apt-get install postgresql pgadmin3 konversation hexchat geany nant meld git-core git-cola firefox

Git integrated in context menu of Thunar, file manager:

echo 'deb http://ppa.launchpad.net/rabbitvcs/ppa/ubuntu trusty main' > /etc/apt/sources.list.d/rabbitvcs.list
apt-get update
apt-get install rabbitvcs-thunar thunar-vcs-plugin gnome-icon-theme-full
# small fix
ln -s /usr/lib/x86_64-linux-gnu/libpython2.7.so.1.0 /usr/lib

sql2diagram, for nant dbdoc:

echo 'deb http://download.lbs.solidcharity.com/repos/tpokorra/openpetra/ubuntu/trusty/ /' >> /etc/apt/sources.list
apt-get update
apt-get install sql2diagram