Codiad is already installed on Arietta's microSDs. You can use this guide to it install it on a blank Linux distribution.
Make a clone of Codiad git repository in /var/www directory:
cd /var/www
git clone git://github.com/Codiad/Codiad
Make the Codiad directory writable class='acmetable':
chown -Rf www-data:www-data Codiad
Rename the file config.example.php in config.php:
cd Codiad
mv config.example.php config.php
Change in config.php the line:
// PATH TO CODIAD
define("BASE_PATH", "/var/www/Codiad");
Set your country Timezone changing this line:
// TIMEZONE
date_default_timezone_set("America/Chicago");
Refer to this list of supported timezones in PHP to know which is the right string to use in your city.
Now create a soft link to Codiad from the web root directory:
cd /var/www/html
ln -s ../Codiad Codiad
cd ..
chown -Rf www-data:www-data Codiad
chown -Rf www-data:www-data html
Open your browser and access to the board URL:
follow the initial setup instructions.
Now you are ready to edit your project files. To run it you could use a SSH or DPI