Setting up the hosted developer workstation with Fedora

From OpenPetra Wiki
Revision as of 11:14, 16 January 2016 by Pokorra (talk | contribs) (→‎Operating System and Remote Desktop)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Same for Ubuntu

Operating System and Remote Desktop

Operating System:

Fedora 23

install software:

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

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

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