-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathREADME
More file actions
21 lines (12 loc) · 948 Bytes
/
README
File metadata and controls
21 lines (12 loc) · 948 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-------------------
Rhostore
a simple example application used to demonstrate and test sync
--------------------
Install rhodes: http://docs.rhomobile.com/rhodes/introduction
Install rhoconnect: http://docs.rhomobile.com/rhoconnect/introduction
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.