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
Installation Instructions
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.
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.
- Download the server source linked above.
- Run the positweb.sql file on the MySQL database you wish to use. This creates all the necessary tables.
- Unpack the source tarball to somewhere in your webserver's document root.
- In the positweb folder, copy config.sample.php to config.php.
- Edit config.php to match your MySQL setup and other settings.
- Browse to your positweb installation in your web browser.