From f2e0f282c4894a202db5dfa8a6aa5690f5211e1a Mon Sep 17 00:00:00 2001 From: Ricardo Morin Date: Thu, 19 Nov 2015 14:46:14 -0800 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6fa2de..ab7aaeb 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This repository contains the code for [RikiTraki.com](http://rikitraki.com), a m The vision for this project is to create a free and open source and data capability for enabling a community of hiking enthusiasts to share captured GPS tracks, visualize them over a variety of base maps as well as 3D terrain, and include useful descriptions and photographs of the destinations. The application can also be used for mapping tracks of any outdoor activities such as biking, running and boating. -Currently, the data is separately maintained under a git submodule over [here](https://github.com/jimmyangel/rikitrakidata) and accessed by the application as static resources. The data has been migrated to a MongoDB document database and it is accessible via a Web Services layer (github repo [here](https://github.com/jimmyangel/rikitrakiws)), both hosted at OpenShift. A preview of the application using these Web Services can be accessed [here](http://rikitraki.com/TestDB). Once the ability to register users and upload tracks is implemented and fully tested, it will replace the current [RikiTraki.com](http://rikitraki.com) site. +This repository contains the client side of the application. The server side is under the rikitrakiws repository [here](https://github.com/jimmyangel/rikitrakiws)). -**RikiTraki is currently under development - Comments and feedback are greatly appreciated** \ No newline at end of file +**RikiTraki is currently in beta release. In order to post tracks to the site, an invitation must be requested at the registration dialog, - Comments and feedback are greatly appreciated** \ No newline at end of file