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

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Same for Ubuntu ==
* see [[Setting up the hosted developer workstation with Ubuntu]]
== Operating System and Remote Desktop ==
== Operating System and Remote Desktop ==
Operating System:
Operating System:

Revision as of 10:57, 16 January 2016

Same for Ubuntu

Operating System and Remote Desktop

Operating System:

Fedora 23

install software:

yum install @lxde-desktop google-droid-*-fonts
yum remove xscreensaver* xpad

yum install x2goserver
mv /usr/bin/startkde /usr/bin/startkde.bak
ln -s /usr/bin/startlxde /usr/bin/startkde

Development environment

# mono-tools contains monodoc, so that you can browse the Mono documentation
dnf install monodevelop xsp nunit-gui mono-tools

dnf install nant uncrustify postgresql pgadmin3 konversation hexchat geany meld git-core git-cola dia firefox

# Git integrated in context menu of Thunar, file manager:
dnf install  rabbitvcs-thunar thunar-vcs-plugin gnome-icon-theme-symbolic

sql2diagram, for nant dbdoc:

dnf install 'dnf-command(config-manager)'
dnf config-manager --add-repo https://lbs.solidcharity.com/repos/tpokorra/openpetra/fedora/23/lbs-tpokorra-openpetra.repo
dnf install sql2diagram