One method to install Koumbit Platforms (kplatforms) is with the Debian package, which is available shortly after a release on drupal.org. You would prefer this way for simplicity and stability.
- To add the package software source repository to your system, add these two lines to the file "/etc/apt/sources.list":
deb http://debian.koumbit.net/debian stable main
deb-src http://debian.koumbit.net/debian stable main - Add the archive key to your keyring:
wget -q http://debian.koumbit.net/debian/key.asc -O- | sudo apt-key add - - Update the package list on your system:
sudo apt-get update - Install the package:
sudo apt-get install kplatforms