updated on Tue Jan 17 16:10:12 UTC 2012
[aur-mirror.git] / tt-rss / tt-rss.install
blob769c7f7582301fc4b70313116dcb6c69209933c7
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 "3. Choose a method to update your feeds: http://tt-rss.org/redmine/projects/tt-rss/wiki/UpdatingFeeds"
11     echo "   The daemon tt-rss-updated is available to automatically update the feeds."
14 ## arg 1:  the new package version
15 ## arg 2:  the old package version
16 post_upgrade() {
17     echo
18     echo "Upgrade from previous version:"
19     echo "1. Update config.php with new configuration data from config.php-dist if necessary. Update CONFIG_VERSION to the new version afterwards."