-
-
Notifications
You must be signed in to change notification settings - Fork 42
Set up demo project
Oleg edited this page Mar 13, 2018
·
3 revisions
To set up demo project you should do the following:
- Download and install MAMP.
- Launch the server.
- Find the connection parameters here (for MAMP).
- Open iOS example project.
- Go to
OHSettingsViewController
class and find the method-configureMySQL
. Make sure that parameters are appropriate. - Copy the queries from here.
- 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!