<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lennart.grunau</id>
	<title>Open-Xchange - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.open-xchange.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lennart.grunau"/>
	<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=Special:Contributions/Lennart.grunau"/>
	<updated>2026-07-01T04:29:04Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.39.7</generator>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22265</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22265"/>
		<updated>2016-08-05T14:46:19Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== AppSuite on Raspberry Pi ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange App Suite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. Please confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [https://downloads.chef.io/chef-dk/ chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
 lgrunau@open-xchange:~$ cd raspbian/&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
This is only necessary if there if a new update.&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
NOTICE: You might have to do&lt;br /&gt;
 berks install&lt;br /&gt;
first. &lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname/IP, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22261</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22261"/>
		<updated>2016-08-04T12:36:28Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. Please confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [https://downloads.chef.io/chef-dk/ chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
 lgrunau@open-xchange:~$ cd raspbian/&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
This is only necessary if there if a new update.&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
NOTICE: You might have to to&lt;br /&gt;
 berks install&lt;br /&gt;
first. &lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname/IP, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22260</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22260"/>
		<updated>2016-08-04T12:33:18Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [https://downloads.chef.io/chef-dk/ chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
This is only necessary if there if a new update.&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
NOTICE: You might have to to&lt;br /&gt;
 berks install&lt;br /&gt;
first. &lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname/IP, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22258</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22258"/>
		<updated>2016-08-04T12:20:27Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [https://downloads.chef.io/chef-dk/ chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
This is only necessary if there if a new update.&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname/IP, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22257</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22257"/>
		<updated>2016-08-04T09:32:27Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [https://downloads.chef.io/chef-dk/ chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname/IP, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22256</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22256"/>
		<updated>2016-08-04T09:29:26Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [http://chef.io chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname/IP, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22255</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22255"/>
		<updated>2016-08-04T09:25:08Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [http://chef.io chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ chef gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22254</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22254"/>
		<updated>2016-08-04T09:11:14Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [http://chef.io chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
Also please install kitchen-ssh gem.&lt;br /&gt;
 lgrunau@open-xchange:~$ gem install kitchen-ssh&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
	<entry>
		<id>https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22253</id>
		<title>AppSuite:Deployment with Chef for Raspbian</title>
		<link rel="alternate" type="text/html" href="https://wiki.open-xchange.com/wiki/index.php?title=AppSuite:Deployment_with_Chef_for_Raspbian&amp;diff=22253"/>
		<updated>2016-08-03T08:36:11Z</updated>

		<summary type="html">&lt;p&gt;Lennart.grunau: Created page with &amp;quot;== Raspberry Pi singlenode deployment == === Introduction === This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3.  === Requiremen...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Raspberry Pi singlenode deployment ==&lt;br /&gt;
=== Introduction ===&lt;br /&gt;
This setup will allow you to automatically install the Open-Xchange AppSuite to a Raspberry Pi 3. &lt;br /&gt;
=== Requirements ===&lt;br /&gt;
* Raspberry Pi 3&lt;br /&gt;
* External SSD&lt;br /&gt;
* Everything to run a Raspberry properly (Power supply, MircoSD Card, etc.)&lt;br /&gt;
* MicroSD adapter&lt;br /&gt;
&lt;br /&gt;
Why do you need a SSD? A normal SD Card is quite limited in lifetime and an SSD is much faster.&lt;br /&gt;
&lt;br /&gt;
==== Preparation ====&lt;br /&gt;
First, we need the MicroSD to have a bootable Raspbian image written onto it. If you bought a complete bundle you may have gotten a card that is already prepared.&lt;br /&gt;
If so, feel free to skip the next steps. &lt;br /&gt;
If not, the first step is to create such a card. Please check the [https://www.raspberrypi.org/documentation/installation/installing-images/ official raspberry pi guides] for this. &lt;br /&gt;
&lt;br /&gt;
When your SD Card is ready, plug it in along with all of your periphery, and boot the Pi up.&lt;br /&gt;
If all went well your screen should show a menu where you can choose to install Raspbian. After the installation, download [https://software.open-xchange.com/raspbian/SD2SSD.sh this script] &lt;br /&gt;
 wget https://software.open-xchange.com/raspbian/SD2SSD.sh&lt;br /&gt;
to the raspberry pi.&lt;br /&gt;
Start a shell session on the pi, navigate to the script and execute it '''AS ROOT'''. &lt;br /&gt;
 sudo bash SD2SSD.sh&lt;br /&gt;
Follow the instructions provided by the script and reboot your Pi after the script has finished. &lt;br /&gt;
Now, your Raspberry Pi will Boot from SSD. You can confirm this by taking a look into the file manager.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Chef ====&lt;br /&gt;
&lt;br /&gt;
Now, that the Pi boots from SSD we are able to start our OX installation.&lt;br /&gt;
&lt;br /&gt;
Go to the computer which you want to start the installation to the raspberry. Visit [http://chef.io chef.io] and download/install the appropriate chef-dk for your operating system.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo dpkg -i chefdk.deb&lt;br /&gt;
&lt;br /&gt;
To verify the installation, type;&lt;br /&gt;
 lgrunau@open-xchange:~$ chef verify&lt;br /&gt;
&lt;br /&gt;
==== Git ====&lt;br /&gt;
All of our cookbooks are versioned via git, so you'll need to have git installed.&lt;br /&gt;
 lgrunau@open-xchange:~$ sudo apt-get install git&lt;br /&gt;
&lt;br /&gt;
=== Deploy from cookbook ===&lt;br /&gt;
&lt;br /&gt;
==== Get cookbooks from git ====&lt;br /&gt;
 lgrunau@open-xchange:~$ git clone https://code.open-xchange.com/git/deployment/raspbian&lt;br /&gt;
&lt;br /&gt;
===== Update cookbooks from git =====&lt;br /&gt;
 lgrunau@open-xchange:~$ git pull&lt;br /&gt;
 lgrunau@open-xchange:~$ berks update&lt;br /&gt;
&lt;br /&gt;
==== Edit preferences ====&lt;br /&gt;
To edit your preferences, navigate to the .kitchen.yml file and set the hostname, username and password to your variables.&lt;br /&gt;
 lgrunau@open-xchange:~$ vim .kitchen.yml&lt;br /&gt;
&lt;br /&gt;
==== Deploy ====&lt;br /&gt;
Deploying the software is quite simple. Just type;&lt;br /&gt;
 lgrunau@open-xchange:~$ kitchen converge default-pi&lt;br /&gt;
Now, chef will create a connection to your raspberry pi, will log on and execute the cookbook.&lt;br /&gt;
&lt;br /&gt;
For a complete explaination what chef does, please take a look at the [https://docs.chef.io/ official chef documentation].&lt;/div&gt;</summary>
		<author><name>Lennart.grunau</name></author>
	</entry>
</feed>