Skip to content

Commit

Permalink
Still problems with headless install.
Browse files Browse the repository at this point in the history
  • Loading branch information
Troy Topnik committed Apr 27, 2012
1 parent 525a937 commit 02b8dcf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/autoconfig.php
Expand Up @@ -5,7 +5,7 @@


$AUTOCONFIG = array( $AUTOCONFIG = array(
"installed" => true, "installed" => true,
"adminlogin" => "admin", "adminlogin" => "admin@stackato.local",
"adminpass" => "changeme", "adminpass" => "changeme",
"directory" => "/app/app/data" "directory" => "/app/app/data"
); );
Expand Down
4 changes: 2 additions & 2 deletions config/config.php
Expand Up @@ -12,7 +12,7 @@
"dbuser" => $mysql_config["user"], "dbuser" => $mysql_config["user"],
"dbpassword" => $mysql_config["password"], "dbpassword" => $mysql_config["password"],
"dbhost" => $mysql_config["hostname"], "dbhost" => $mysql_config["hostname"],
"dbtableprefix" => "", "dbtableprefix" => "oc_",
"forcessl" => false, "forcessl" => false,
"enablebackup" => false, "enablebackup" => false,
"theme" => "", "theme" => "",
Expand All @@ -30,6 +30,6 @@
"appcodechecker" => "", "appcodechecker" => "",
"log_type" => "", "log_type" => "",
"logfile" => "/app/app/oc.log", "logfile" => "/app/app/oc.log",
"loglevel" => "DEBUG", "loglevel" => "Debug",
); );
?> ?>
3 changes: 2 additions & 1 deletion stackato.yml
Expand Up @@ -8,4 +8,5 @@ services:
owncloud-fs: filesystem owncloud-fs: filesystem


hooks: hooks:
- ln -s $STACKATO_FILESYSTEM data pre-running:
- ln -s $STACKATO_FILESYSTEM data

0 comments on commit 02b8dcf

Please sign in to comment.