Skip to content

Build to Device Steps

sam1rm edited this page Sep 22, 2015 · 3 revisions

Using Wifi Connection (Faster)

  1. Change src in config.xml to include the absolute path to your local node server

<content src="http://192.168.14.164:8100/remote/local.index.html">

  1. Open run.py in `/uguru/run.py and make sure it looks look like this

    ```
    
       if __name__ == '__main__':
    
            app.run(host='192.168.14.164', port=5000)
    
    ```
    
  2. Set the REST_URL mobile-app/www/remote/js/main.js to be "192.168.14.164:5000"

  3. ionic platform rm ios

  4. ionic platform add ios

  5. ionic build ios --device --release

Using Staging Server (slower)

Clone this wiki locally