Skip to content

mtakahashi-ivi/moat-iot-get-started-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MOAT IoT Example Application Building Environment Setup

This configuration allows you to create application development environment on your local machine with VirtualBox and Vagrant so that you can try MOAT IoT example apps shortly.

The environment is built on the VirtualBox image and never affects your current working environment.

You are now free from performing a bunch of downloading and installation tasks for setup.

Get Started

At first, please read this page and install Vagrant along with VirtualBox.

After installing Vagrant and VirtualBox, then checkout this project:

Git

$ git clone git://github.com/inventit/moat-iot-get-started-vagrant.git

Wget/Browser

$ wget https://github.com/inventit/moat-iot-get-started-vagrant/archive/master.zip

Finally, enter the command on the terminal to setup (on the checkout root directory):

moat-iot-get-started-vagrant:$ vagrant up

NOTE that this would take at least 20 minutes or more depending on the network state at first time. After the first trial, it would take 5 or more.

In order to set up the example applications, let's go to the tutorial.

Heads Up!

This tool does NOT perform;

Building MOAT IoT example apps but checking out

Again, please follow the instruction for building.

Installed Modules

These scripts install the following modules:

and

Misc

  1. You can choose 64bit based Ubuntu 12.04 but it takes longer time to vagrant up because of more libraries are required than 32bit Ubuntu in Android SDK installation

Source Code License

All program source codes are available under the MIT style License.

The use of IIDN service requires our term of service.

Copyright (c) 2013 Inventit Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Change History

1.0.6 : February 19, 2013

  • Fixes an issue where creating a project directory is skipped because of duplicate recipe resource name

1.0.5 : February 15, 2013

  • Adds a new recipe to install node-v0.8.19

1.0.4 : February 13, 2013

  • Fixes an issue where port forwarding settings is missing

1.0.3 : February 13, 2013

  • Fixes issues where re-launching a created image fails on errors

1.0.2 : February 13, 2013

  • Adds environment variables used in the instruction to .bashrc

1.0.1 : February 12, 2013

  • Fixes an issue where android API level 16 is not installed

1.0.0 : February 12, 2013

  • Initial Release.

About

Vagrant file and Chef cookbooks for MOAT IoT Get-Started apps.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%