updated on Mon Jan 16 00:01:41 UTC 2012
[aur-mirror.git] / tt-rss / tt-rss.install
blob9e44d647b98fe9a02abd5e21aa64353170e14bc3
1 ## arg 1:  the new package version
2 post_install() {
3   echo
4   echo "As per the installation notes at http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes"
5   echo "you must perform the following steps to finish installing tt-rss:"
6   echo 
7   echo "New Installation:"
8   echo "1. Install the schema file corresponding to your database server (either schema/ttrss_schema_mysql.sql or schema/trss_schema_pgsql.sql)"
9   echo "2. Copy config.php-dist to config.php. Fill in your database server info and other necessary parameters." 
10   echo
11   echo "Upgrade from previous version:"
12   echo "1. Update config.php with new configuration data from config.php-dist if necessary. Update CONFIG_VERSION to the new version afterwards."