forked from rhomobile/store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
23 lines (13 loc) · 915 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-------------------
Rhostore
a simple example application used to demonstrate and test sync
--------------------
Install rhodes:
gem install rhodes
Install rhosync: http://wiki.rhomobile.com/index.php/RhoSync
Download and run store-server: http://github.com/rhomobile/store-server
Now, edit the rhoconfig.txt file in this application. Set "syncserver" to the correct IP address for your running store-server. In the example below, the store-server is running at 192.168.1.220 on port 9292.
syncserver = 'http://192.168.1.220:9292/application/'
This application syncs data with http://rhostore.heroku.com. To keep things simple, you do not need a login to access that site.
To build this application, for example, on BlackBerry type: rake run:bb, or rake run:iphone for iPhone.
Launch the application and click on Login from the main page. You can also access the Login screen from Settings -> Options.