~javier-lopez/charms/precise/gitlab/replace-joomla-gitlab

« back to all changes in this revision

Viewing changes to inc/common

  • Committer: Helio Mota
  • Date: 2013-02-12 11:40:03 UTC
  • Revision ID: helio.mota@gmail.com-20130212114003-gfd69i0l92pmgp6t
- removed stale code from inc/common

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
hostname=`unit-get public-address`
4
4
private_name=`unit-get private-address`
5
 
 
6
 
install_path="/var/www/"
7
 
config_file_path="$install_path/configuration.php"
8
 
initdb_sql="$install_path/installation/sql/mysql/joomla.sql"