Skip to content

Commit

Permalink
Merge pull request #1180 from hawk554/patch-1
Browse files Browse the repository at this point in the history
Set replace for http on url in app.php
  • Loading branch information
snipe committed Sep 22, 2015
2 parents 53b5ec6 + 0511b07 commit 515e70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ if [[ $distro == "u" ]]; then
replace " 'password' => ''," " 'password' => '$mysqluserpw'," -- $dir/app/config/production/database.php
replace "'http://production.yourserver.com'," "'http://$fqdn'," -- $dir/app/config/production/database.php
cp $dir/app/config/production/app.example.php $dir/app/config/production/app.php
replace "'https://production.yourserver.com'," "'https://$fqdn'," -- $dir/app/config/production/app.php
replace "'http://production.yourserver.com'," "'http://$fqdn'," -- $dir/app/config/production/app.php
replace "'Change_this_key_or_snipe_will_get_ya'," "'$random32'," -- $dir/app/config/production/app.php
replace "'false'," "true," -- $dir/app/config/production/app.php
cp $dir/app/config/production/mail.example.php $dir/app/config/production/mail.php
Expand Down

0 comments on commit 515e70b

Please sign in to comment.