Skip to content

Set up demo project

Oleg edited this page Mar 13, 2018 · 3 revisions

Launch demo project

To set up demo project you should do the following:

  1. Download and install MAMP.
  2. Launch the server.
  3. Find the connection parameters here (for MAMP).
  4. Open iOS example project.
  5. Go to OHSettingsViewController class and find the method -configureMySQL. Make sure that parameters are appropriate.
  6. Copy the queries from here.
  7. Go to phpMyAdmin -> SQL -> Run SQL query/queries on server "localhost". Then paste and execute the text.

Demo project is ready to run. Have fun!

Clone this wiki locally