updated on Fri Jan 13 08:00:32 UTC 2012
[aur-mirror.git] / tracks / tracks.install
blob80e50cbca915e798b3c1d6e58456544574eef57d
1 post_install() {
2   echo "ATTENTION: You still need to configure Tracks to use a database, change some variables"
3   echo "and choose a server to run it with (either the built-in mongrel or something else)"
4   echo "Please see http://tracksapp.github.com/tracks/installation.html for more information."
5   echo ""
6   echo "Note that you may need to install the following gems as well: RedCloth sanitize"
7   echo ""
8   echo "To run inside of Apache or NGINX, install the following gem: passenger"
9   echo ""
10   echo "You will also need to install one of the following database gems: mysql postgresql sqlite3"