This describes how to install a docker image of Kolab. Please note: this is not meant to be for production use. The main purpose is to provide an easy way for demonstration of features and for product validation. This installation
Building a Docker container for Kolab 3.3 on Jiffybox
This article is an update of the previous post that built a Docker container for Kolab 3.1: Building a Docker container for Kolab on Jiffybox (March 2014) Preparation I am using a Jiffybox provided by DomainFactory for building a Docker
Setting up Fedora workstation for OpenPetra Development
Do these steps once: Get the latest Mono with development packages for Fedora: cd /etc/yum.repos.d/ wget http://download.lbs.solidcharity.com/repos/tpokorra/mono/fedora/20/lbs-tpokorra-mono.repo yum install mono-opt mono-nant-optcd /etc/yum.repos.d/ wget http://download.lbs.solidcharity.com/repos/tpokorra/mono/fedora/20/lbs-tpokorra-mono.repo yum install mono-opt mono-nant-opt yum install git-core echo ". /opt/mono/env.sh" >> ~/.bashrc . ~/.bashrc git
Mono 3.6 for Linux
This week there has been the release of Mono 3.6, and the launch of the new Mono website! There is a section for Linux as well: http://www.mono-project.com/download/#download-lin It is good to see that Jo Shields has joined the Xamarin team,
OpenPetra standalone and SQLite
I have seen on the OpenPetra IRC logs that there have been discussions about SQLite related to the new 0.3.0 release. 2 main points: functionality does work with PostgreSQL, but not with SQLite no documented upgrade path for SQLite, which
Open Source Development: Being Open at the example of OpenPetra
I have been reading the book “Producing Open Source Software – How to Run a Successful Free Software Project” by Karl Fogel over the past weeks. It is available for free here: http://producingoss.com/ I especially liked the chapters about being open:
Debugging Mono Web Services
I had this problem that the asmx files did display fine in the browser, but when I called a function, it would always return a red Zero. To get to the bottom of this problem, I created a web.config file
Install OpenPetra.Now 2014-05 on CentOS6 64bit
This is an updated version of the post Install OpenPetra.Now 2014-05 on CentOS5. Now we are installing on CentOS6, and using my own LBS repository. OpenPetra.Now is now using the unmodified Mono-opt packages. OpenPetra.Now is a tagged revision of the official
Migration of MediaWiki and phpBB from Sourceforge Hosted Apps
So, now Sourceforge has ended their Hosted Apps for good: http://sourceforge.net/p/forge/community-docs/Hosted%20Apps%20Retirement/ Here is the migration path, how I got the OpenPetra wiki and forum to install on my own webspace. My task was to install them readonly, as we want
Install OpenPetra.Now 2014-05 on CentOS5
OpenPetra.Now is a tagged revision of the official OpenPetra, plus some patches which have not made it into the official OpenPetra yet. This includes a replacement of .Net remoting with https webservices, and a plugin system. For an installation which