An ios application for the National Children's Study which assists field workers in data collection.
cd ncs_navigator_field
git submodule init
git submodule update
wget http://curl.haxx.se/ca/cacert.pem
gem install cocoapods
pod setup
pod install
NCS Navigator Field currently only supports pulling data from the ncs core services stub service located in the ncs-core-stub subdirectory.
To run this you need to:
- Have a working ruby and rubygems installation
- Change directory to ncs-core-stub
cd ncs-core-stub
- Install the bundler rubygem
gem install bundler
- Install dependent gems
bundle install
- Start the NCS Core Services Stub
./run.sh