====== Install your own web server ====== Radria requires a working Web Server with PHP. If you do not have a web hosting account or want to use Radria on you local computer for offline work, you can install a LAMPP (Linux, Apache, MySQL, PHP) server on your personal computer. The most cross platform one we have been using for a few years is XAMPP from [[http://www.apachefriends.org/en/xampp.html|apachefriends.org]]: http://www.apachefriends.org/en/xampp.html The installation is most of the time easy and painless. See the [[http://www.apachefriends.org/en/xampp.html|apachefriends.org]] web site for installation instructions and support. ====== Get started with XAMPP ====== XAMP installs itself in /opt/lampp folder, start xampp with /opt/lampp/lampp start as root then copy the radria file in /opt/lampp/htdocs and go to http://localhost/ with your web browser.