Setting up the hosted developer workstation with Fedora: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
== basis ==
Operating System:
Operating System:
  cat /etc/lsb-release
  cat /etc/lsb-release
Line 17: Line 18:
  ln -s /usr/bin/startlxde /usr/bin/startkde
  ln -s /usr/bin/startlxde /usr/bin/startkde


== Development environment ==
  # see http://software.opensuse.org/download/package?project=home:tpokorra:mono&package=monodevelop-opt  
  # 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
  echo 'deb http://download.opensuse.org/repositories/home:/tpokorra:/mono/xUbuntu_14.04/ /' >> /etc/apt/sources.list.d/monodevelop-opt.list
Line 23: Line 25:


  apt-get install postgresql pgadmin3 konversation geany nant meld git-core git-cola
  apt-get install postgresql pgadmin3 konversation geany nant meld git-core git-cola
see http://tpokorra.blogspot.de/2013/07/notify-all-users-logged-in-over-x2go-on.html

Revision as of 07:16, 17 December 2014

basis

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

#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-nant-opt mono-uncrustify-opt
apt-get install postgresql pgadmin3 konversation geany nant meld git-core git-cola