하이브리드앱(3)
-
[Ionicbox] vagrant up 중 android-sdk-linux 관련 syntax error 해결법
vagrant up 전에 vagrantfile 내에 config.vm.box = "ubuntu/trusty32"를 config.vm.box = "ubuntu/trusty64"로 바꿔주고 vagrant up 수행 [Ionicbox] vagrant up 중 android-sdk-linux 관련 syntax error 해결법
2016.06.21 -
[Ionicbox] vagrant ssh가 실행되지 않을 때 해결법
How to use Vagrant on Windows2015/01/25This article shows how to deal with Windows' specificities while trying to work with Vagrant. If you are not familiar at all with the latter, I suggest you go through this Vagrant tutorial first.Note: the following was tested on Windows 8, but the steps described below shouldn't change too much between the different versions.Vagrant sshThe first issue I cam..
2016.06.21 -
[Ionicbox] 설치 방법 및 과정
Ionicbox하이브리드앱 개발자들에게 최근 가장 핫한 프레임웍은 AngularJS + Ionic 입니다.Ionicbox 설치 방법 및 과정 Ionic에서 최근 ionincbox라고 하는 툴(?)을 공개하였습니다. ionincbox는 android + cordova 기반의 하이브리드 앱 개발에 필요한 모든 요소들을 말 그대로 "박스에서 꺼내기만 하면 사용할 수 있도록" 해주기 위한 프로젝트입니다. 오늘은 IONIC BOX의 설치 과정을 살펴보겠습니다 :Ionicbox 설치 방법 및 과정 1. vagrant 설치이 vagrant 라는 것도 재미있는 건데, 여기에 대해서는 다음에 다시 소개해드리겠습니다. 일단 여기에서는 맛보기로 IONIC BOX를 설치하는 목적이니, 설치부터 하겠습니다.Ionicbox 설치..
2016.06.21