Skip to content

Commit

Permalink
Reverted to one database creation script including sample data. Could…
Browse files Browse the repository at this point in the history
…n't put the sample data in a separate file because this caused issues with triggers
  • Loading branch information
jjdejong committed Dec 5, 2017
1 parent 1e2d0aa commit 0868941
Show file tree
Hide file tree
Showing 5 changed files with 769 additions and 949 deletions.
2 changes: 1 addition & 1 deletion install/UPGRADING
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mysql -u root -p phpip < phpip_upgrade-<timestamp>.sql
You will be prompted for your mysql root password.

Check the detailed guide at:
https://code.google.com/p/phpip/wiki/Installing
https://github.com/jjdejong/phpip/wiki/Installing
36 changes: 0 additions & 36 deletions install/install-phpip-trusty.sh

This file was deleted.

8 changes: 2 additions & 6 deletions install/install-phpip-xenial.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,8 @@ echo "
********************************
Installing database.
When prompted for a password, enter the MySQL password defined earlier
********************************
Creating structure..."
mysql -u root -p < phpip/install/phpip_skel-current.sql
echo "
Importing data..."
mysql -u root -p phpip < phpip/install/phpip_sample-data.sql
********************************"
mysql -u root -p < phpip/install/phpip_sample.sql
echo "
Ready to go now.
Point your browser to http://phpip.local and login with phpipuser:changeme
Expand Down
Loading

0 comments on commit 0868941

Please sign in to comment.