<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Getting started</title><link>https://sourceforge.net/p/ardamon/wiki/Getting%2520started/</link><description>Recent changes to Getting started</description><atom:link href="https://sourceforge.net/p/ardamon/wiki/Getting%20started/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 31 Jan 2013 21:24:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/ardamon/wiki/Getting%20started/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Getting started modified by Pierre W</title><link>https://sourceforge.net/p/ardamon/wiki/Getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -40,4 +40,6 @@

 Your server should be up and running !

+# Sensor management
+
 Next task is to add [Sensor types] and sensors.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre W</dc:creator><pubDate>Thu, 31 Jan 2013 21:24:55 -0000</pubDate><guid>https://sourceforge.net01a4b7a60d93256b92a8405b91aeff2ab89269de</guid></item><item><title>WikiPage Getting started modified by Pierre W</title><link>https://sourceforge.net/p/ardamon/wiki/Getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,10 +1,10 @@
-Getting started with Ardamon
-============================
+[TOC]

 Disclaimer : This project is opensource and provided "as is". I can't the held responsible for any damage that can occur. Please also keep in mind that this project is still "beta" and that some bugs may still be found.

-Installation
-------------
+# Installation
+
+# Web server

 Have your \*AMP server ready.
 Under Linux, there's always some packages you can install to have a ready LAMP server ready in a few minutes. 
@@ -16,6 +16,8 @@
 ~~~~~~~~~~~
 For Windows, you can use [Wamp](http://www.wampserver.com/) or [EasyPHP](http://www.easyphp.org/).
 For Mac, you can use [MAMP](http://www.mamp.info/en/index.html)
+
+# Ardamon files

 Download the latest Ardamon release here : [http://sourceforge.net/projects/ardamon/files/]

@@ -32,8 +34,10 @@

 Edit the file to suit your Mysql configuration (usually, you only have to change the password between the brackets to what you entered during MySQL installation).

+# Database
+
 Using /Database/ardamon.sql (the database dump file), create the MySQL database using a tool like phpmyadmin (provided with almost every *AMP solution, refer to your documentation to know how to access it).

 Your server should be up and running !

-Next task is to add sensor_types and sensors.
+Next task is to add [Sensor types] and sensors.
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre W</dc:creator><pubDate>Thu, 31 Jan 2013 21:24:26 -0000</pubDate><guid>https://sourceforge.netc5c737c30884d8c7f0bcb15c4209a70bdd6aea1a</guid></item><item><title>WikiPage Getting started modified by Pierre W</title><link>https://sourceforge.net/p/ardamon/wiki/Getting%2520started/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,14 +1,15 @@
 Getting started with Ardamon
 ============================

-Disclaimer : This project is opensource and provided "as is". I can't the held responsible for any damage that can occur. Please also keep in mind that this project is still "pre-alpha" and that many things can be not working.
+Disclaimer : This project is opensource and provided "as is". I can't the held responsible for any damage that can occur. Please also keep in mind that this project is still "beta" and that some bugs may still be found.

 Installation
 ------------

 Have your \*AMP server ready.
-Under Linux, there's always some packages you can install to have a ready LAMP server ready in a few minutes. For Ubuntu, install following packages using this kind of command from the shell :
+Under Linux, there's always some packages you can install to have a ready LAMP server ready in a few minutes. 

+For Ubuntu, install following packages using this kind of command from the shell :

 ~~~~~~~~~~~
 sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql phpmyadmin
@@ -16,16 +17,18 @@
 For Windows, you can use [Wamp](http://www.wampserver.com/) or [EasyPHP](http://www.easyphp.org/).
 For Mac, you can use [MAMP](http://www.mamp.info/en/index.html)

-Right now, no packages for Ardamon are provided. You need to download the code from the SVN (code button above).
+Download the latest Ardamon release here : [http://sourceforge.net/projects/ardamon/files/]

 The files are to be placed on the webserver (usually /var/www or /var/www/html). You can use a subfolder if you like (ex : /var/www/Ardamon)

 Copy the /configuration-sample.php to /configuration.php and give the apache user read rights on every file in your Ardamon folder.
+
 Under Ubuntu, you can do it in the shell with :

 ~~~~~~~~~~~
 sudo chown -R apache2:apache2 /var/www/Ardamon/*.*
 ~~~~~~~~~~~
+

 Edit the file to suit your Mysql configuration (usually, you only have to change the password between the brackets to what you entered during MySQL installation).

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre W</dc:creator><pubDate>Thu, 31 Jan 2013 20:38:59 -0000</pubDate><guid>https://sourceforge.net9ca1f9bd5a42762ff3765032efba3aba7702bbd5</guid></item><item><title>WikiPage Getting started modified by Pierre W</title><link>https://sourceforge.net/p/ardamon/wiki/Getting%2520started/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -6,8 +6,10 @@
 Installation
 ------------
 
-Have your *AMP server ready.
+Have your \*AMP server ready.
 Under Linux, there's always some packages you can install to have a ready LAMP server ready in a few minutes. For Ubuntu, install following packages using this kind of command from the shell :
+
+
 ~~~~~~~~~~~
 sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql phpmyadmin
 ~~~~~~~~~~~
@@ -20,6 +22,7 @@
 
 Copy the /configuration-sample.php to /configuration.php and give the apache user read rights on every file in your Ardamon folder.
 Under Ubuntu, you can do it in the shell with :
+
 ~~~~~~~~~~~
 sudo chown -R apache2:apache2 /var/www/Ardamon/*.*
 ~~~~~~~~~~~
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre W</dc:creator><pubDate>Fri, 05 Oct 2012 22:30:33 -0000</pubDate><guid>https://sourceforge.net17518de68428372303ebd7e038446917644e07ab</guid></item><item><title>WikiPage Getting started modified by Pierre W</title><link>https://sourceforge.net/p/ardamon/wiki/Getting%2520started/</link><description>Getting started with Ardamon
============================

Disclaimer : This project is opensource and provided "as is". I can't the held responsible for any damage that can occur. Please also keep in mind that this project is still "pre-alpha" and that many things can be not working.

Installation
------------

Have your *AMP server ready.
Under Linux, there's always some packages you can install to have a ready LAMP server ready in a few minutes. For Ubuntu, install following packages using this kind of command from the shell :
~~~~~~~~~~~
sudo apt-get install apache2 php5 mysql-server libapache2-mod-php5 php5-mysql phpmyadmin
~~~~~~~~~~~
For Windows, you can use [Wamp](http://www.wampserver.com/) or [EasyPHP](http://www.easyphp.org/).
For Mac, you can use [MAMP](http://www.mamp.info/en/index.html)

Right now, no packages for Ardamon are provided. You need to download the code from the SVN (code button above).

The files are to be placed on the webserver (usually /var/www or /var/www/html). You can use a subfolder if you like (ex : /var/www/Ardamon)

Copy the /configuration-sample.php to /configuration.php and give the apache user read rights on every file in your Ardamon folder.
Under Ubuntu, you can do it in the shell with :
~~~~~~~~~~~
sudo chown -R apache2:apache2 /var/www/Ardamon/*.*
~~~~~~~~~~~

Edit the file to suit your Mysql configuration (usually, you only have to change the password between the brackets to what you entered during MySQL installation).

Using /Database/ardamon.sql (the database dump file), create the MySQL database using a tool like phpmyadmin (provided with almost every *AMP solution, refer to your documentation to know how to access it).

Your server should be up and running !

Next task is to add sensor_types and sensors.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pierre W</dc:creator><pubDate>Fri, 05 Oct 2012 22:27:06 -0000</pubDate><guid>https://sourceforge.nete81befdfc7555a4ecc93c0018f9e6a9a7ca8e4bd</guid></item></channel></rss>