forked from TracksApp/tracks
    
        
        - 
                Notifications
    
You must be signed in to change notification settings  - Fork 0
 
Linux opensuse
        bsag edited this page Jul 16, 2011 
        ·
        1 revision
      
    This is based on opensuse 10.2, up to date. The standard repo or the FACTORY repository both work. Please find a list of repository here.
This describes installation steps for tracks 1.043, with sqlite3 and WEBrick (part of ruby package). Make sure you have sqlite3 installed.
- Install the necessary ruby packages
> rug in ruby rubygem-sqlite3 rubygems rubygem-rake 
Here is the list of ruby packages I have installed.
> rpm -aq |grep ruby
rubygem-sqlite3-1.1.0-30
rubygems-0.9.0-29
ruby-devel-1.8.5-18
ruby-1.8.5-18
rubygem-rake-0.7.1-27
- Download tracks in your chosen directory, unzip, and more to the directory.
> wget http://www.rousette.org.uk/projects/files/tracks-1.043.zip > unzip tracks-1.043.zip > cd tracks-1.043.zip 
Since the tracks package already includes the config files setup for sqlite and webrick, we can start right away!
- Launch the server
> ruby script/server -e production & > disown 
- Go to the signup URL in your favorite browser to create your first admin user
http://127.0.0.1:3000/signup