Download

For users

Latest release: 0.5 Alpha

Mobile client: Download posit.apk, or scan QR code above

Server: Download positweb-1.0.tgz

For developers

You can find development information, source code, and developer documentation on our Google Code site here: http://code.google.com/p/posit-mobile POSIT uses a Google Code-hosted subversion repository. To check out the trunk: svn co http://posit-mobile.googlecode.com/svn/trunk

Installation Instructions

Mobile Client

To download straight to your Android device, scan the QR code with the Barcode Reader application and choose "Open in Browser". The device should automatically start the download.

To manually install, download the mobile client linked above. After installing the Android SDK, navigate to the directory of the .apk file and run adb install [NAME].apk where [NAME] is the name of the .apk.

Server

We have only tested the server with Apache 2 under Linux. Other systems should work, but might require some tweaking.

You'll need PHP, GD and php-gd installed, and access to a MySQL server. Apache must have MultiViews content negotiation enabled for the directory you install to.

  1. Download the server source linked above.
  2. Run the positweb.sql file on the MySQL database you wish to use. This creates all the necessary tables.
  3. Unpack the source tarball to somewhere in your webserver's document root.
  4. In the positweb folder, copy config.sample.php to config.php.
  5. Edit config.php to match your MySQL setup and other settings.
  6. Browse to your positweb installation in your web browser.