summarylogtreecommitdiffstats
path: root/tracks.install
blob: e6293725e2aaea2d3fe74ecf4ed4defd2cd53627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
post_install() {
    echo "
Tracks is pre-configured to use Mongrel as a web server and SQLite as a
database. Simply start the systemd unit and navigate to http://server:10008/

  # systemctl start tracks

If you want to use your own webserver or a different database please consult
the Tracks installation documentation here:

  https://github.com/TracksApp/tracks/blob/master/doc/installation.md

All tracks data is stored in /usr/share/webapps/tracks/ (where you'll need to
run the commands listed in the documentation)
"
}