blank template
This is built to take the tedium out of creating the following:
- apache virtual host configuration
- self-signed SSL certificate
- common php/html/css and site includes for use with MySQL
- jquery-ui
- bootstrap
- tablesorter
- chartist
- active directory login session via php LDAP
- checkout new git branch and commit to private remote
Might work elsewhere, but designed and tested on:
- Ubuntu 14.04
- GNU bash, version 4.3.11(1)
- Apache 2.4.7
- host directory must AllowOverride using .htaccess
- Apache mod rewrite required to block certain folders (
sudo a2enmod rewrite
) - files use both
require all denied
anddeny from all
for backwards compatibility with Apache 2.2 - these dependencies are automatically configured when using the
/_resources/_setup/install.bash
script
- Apache mod rewrite required to block certain folders (
- host directory must AllowOverride using .htaccess
- PHP 5.5.9
- OpenSSL 1.0.1f
- Git 2.6.2
- MySQL Ver 14.14 Distrib 5.5.46, for debian-linux-gnu (x86_64) using readline 6.3
- Currently using the deprecated mysql functions. Need to upgrade to mysqli ASAP
run ./_resources/_setup/install.bash
follow prompts