diff --git a/tracks/doc/manual.html b/tracks/doc/manual.html index 679c9a21..8a3b4383 100644 --- a/tracks/doc/manual.html +++ b/tracks/doc/manual.html @@ -11,10 +11,10 @@ - + - +
Tracks stores its data in a database, and you can either use SQLite3, MySQL or PostgreSQL. SQLite3 is the best choice for a single user (or a small number of users) on a local installation, while MySQL or PostgreSQL is better for multiple users on a remote installation.
-This is the easiest solution for Mac OS X 10.4 or Windows users wanting to run Tracks locally.
+If you’d like to install Tracks on a local machine, try BitNami – it runs on Windows, Mac OS X and Linux.
-If you’d like an easy way to access Tracks from any internet-connected computer, sign up for a free account at Morph eXchange. Sign up for a free account, then choose ‘Subscriptions’ to subscribe to the Tracks service.
sqlite3-ruby gem, as described in step 2, and the SQLite3 libraries and binary (see sqlite.org for downloads and installation instructions). If you want to use MySQL, download and install a package for your platform from MySQL.com. The basic steps for Postgresql should be similar to those for MySQL, but they will not be discussed further here.If you are using Unix, you might find this guide by c00i90wn helpful. It was written for Tracks 1.043, but it should work for Tracks 1.5.
+This description is intended for people installing Tracks from scratch. If you would like to upgrade an existing installation, please see Upgrading to Tracks 1.5.
@@ -141,7 +140,7 @@ http://creativecommons.org/licenses/by-nc-sa/3.0/" />Visit http://0.0.0.0:3000/signup in a browser (or whatever URL and port was reported when you started the server in the step above) and chose a user name and password for admin user. Once logged in as admin, you can add other (ordinary level) users.
Visit http://0.0.0.0:3000/signup in a browser (or whatever URL and port was reported when you started the server in the step above) and chose a user name and password for admin user. Once logged in as admin, you can add other (ordinary level) users. If you need to access Tracks from a mobile/cellular phone browser, visit http://yourdomain.com/mobile/. This mobile version is a special, lightweight version of Tracks, designed to use on a mobile browser.
In a terminal, change directories so that you are inside the Tracks 1.5 directory. Then issue the command:
+In a terminal, change directories so that you are inside the Tracks 1.5 directory. Then issue the command to update your Tracks 1.043 database to the format required for Tracks 1.5:
rake db:migrate RAILS_ENV=production
script/server -e production
Visit the URL indicated by the output (e.g. ** Mongrel available at 0.0.0.0:3000
-) in a browser, and with any luck, you should be able to log in and find all your actions as you left them!
http://yourdomain.com/mobile/. This mobile version is a special, lightweight version of Tracks, designed to use on a mobile browser.
rake db_schema_import inside the Tracks directory. This should import the upgraded schema for 1.043 into your new database.rake load_exported_fixtures which will import the contents of your old database from the fixtures files in db/exported_fixtures.#!/usr/bin/env ruby)2 of the /public/dispatch.* files and all the files in the /script directory. They are set to #!/usr/bin/env ruby by default. Check the format of those lines in your old installation, and change the new ones as necessary.script/server to make sure that all your data has migrated successfully. If all is well, follow the instructions above to upgrade from version 1.043 to Tracks 1.5script/server to make sure that all your data has migrated successfully. If all is well, follow the instructions above to upgrade from version 1.043 to Tracks 1.5. If you need to access Tracks from a mobile/cellular phone browser, visit http://yourdomain.com/mobile/. This mobile version is a special, lightweight version of Tracks, designed to use on a mobile browser.