1 ## arg 1: the new package version
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:"
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."
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."