Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 922 Bytes

README.md

File metadata and controls

50 lines (28 loc) · 922 Bytes

RealmServer

Full example realm object server with swift 4

Installing

A step by step series of examples that tell you have to get a development env running

1- step install realm object server

Note : This script install all tools (Nodejs , npm , nvm , ros) automatically

curl -s https://raw.githubusercontent.com/realm/realm-object-server/master/install.sh | bash

2- Project creation

 ros init my-app 
 

3- Run server project

 cd my-app/
 npm start
 

4- Open Realm Studio and click Connect to Realm Object Server

5- open xcode and edit values in RealmServerManager

  • userName
  • password
  • authServerURL
  • syncServerURL

References