This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Debian Quickstart
Install apache:
sudo apt-get install apache2
Install php:
sudo apt-get install php5 php5-cli php5-curl php-pear libapache2-mod-php5
Either install sqlite:
sudo apt-get sqlite3 php5-sqlite
Or install mysql:
sudo apt-get install mysql-server-5.0 php5-mysql
Install decompression utility:
sudo apt-get install unzip






