Setting up the hosted developer workstation with Fedora

From OpenPetra Wiki
Revision as of 13:13, 17 July 2013 by Pokorra (talk | contribs)
Jump to navigation Jump to search

Operating System:

cat /etc/lsb-release
 DISTRIB_ID=Ubuntu
 DISTRIB_RELEASE=12.04
 DISTRIB_CODENAME=precise
 DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"

install software:

apt-get install lxde konsole tcsh

#x2go
apt-get install python-software-properties
apt-add-repository ppa:x2go/stable
apt-get update
apt-get install x2goserver

apt-get install bzr qbzr bzr-explorer monodevelop postgresql pgadmin3 konversation geany mono-gmcs nant meld git-core git-cola

echo "deb http://download.opensuse.org/repositories/home:/tpokorra:/openpetra/xUbuntu_12.04  ./" > /etc/apt/sources.list.d/mono-openpetra.list
apt-get update
apt-get install mono-openpetra-nant

see http://tpokorra.blogspot.de/2013/07/notify-all-users-logged-in-over-x2go-on.html