====== Ortro on Debian ====== ===== Requirements ===== A fresh installation of Debian ;-) Check the apt configuration and update the repositories: # apt-get update ===== Install SSH ===== # apt-get install openssh-server ===== Install Apache 2 ===== # apt-get install apache2 ===== Install PHP 5 ===== # apt-get install php5 php5-cli php5-mysql php5-ldap php-pear php5-sqlite ===== Install MySql 5 ===== # apt-get install mysql-server ===== Install Subversion ===== Optional((Required only for the //devel// installation)) # apt-get install subversion ===== Install Ortro ===== See [[how_install|Install Ortro]]