1. http://ucloudbiz.com 접속
잠깐만요, 회원 아니신 분들은 가입하시고 오실께요.
신용카드 없으신 분은 KT 집전화로 결제 모시겠습니다.
2. 클라우드 콘솔 클릭
3. 서버신청
4. 선택은 ubuntu 12.04 64비트
32비트는 멸종 위기예요. 요즘 분위기가 그래요. 박물관에서나 볼 수 있게 되요.
1. http://ucloudbiz.com 접속
잠깐만요, 회원 아니신 분들은 가입하시고 오실께요.
신용카드 없으신 분은 KT 집전화로 결제 모시겠습니다.
2. 클라우드 콘솔 클릭
3. 서버신청
4. 선택은 ubuntu 12.04 64비트
32비트는 멸종 위기예요. 요즘 분위기가 그래요. 박물관에서나 볼 수 있게 되요.
우분투 12.04(정확히), 페도라 18, 그리고 CentOS/RHEL 6.4 버전만 이 문서에서 다룹니다. OpenStack 역시 OpenSUSE나 데비안 같은 리눅스에서도 돌아갑니다.
올바르게 모든 의존성을 감안해서 설치하려면, 저희가 생각하는 배포판 버전에 맞게 최소로 설치하는 것이 좋습니다. 이번이 처음이라면 우분투 또는 페도라의 최소 버전을 설치하는 것을 추천합니다.
git clone https://github.com/openstack-dev/devstack.git
devstack
저장소에는 OpenStack 설치용 스크립트를 포함하고 설정 파일들의 템플릿도 있습니다.
cd devstack; ./stack.sh
몇 분 안 걸리고요, 빌드를 기다리시는 동안 이 스크립트를 읽는 게 도움이 되실 겁니다.
----
Only Ubuntu 12.04 (Precise), Fedora 18 and CentOS/RHEL 6.4 are documented here. OpenStack also runs and is packaged on other flavors of Linux such as OpenSUSE and Debian.
In order to correctly install all the dependencies, we assume a specific minimal version of the supported distributions to make it as easy as possible. We recommend using a minimal install of Ubuntu or Fedora server in a VM if this is your first time.
git clone https://github.com/openstack-dev/devstack.git
The devstack
repo contains a script that installs OpenStack and templates for configuration files
cd devstack; ./stack.sh
It takes a few minutes, we recommend reading the script while it is building.
from: http://devstack.org
With some technical skills, DevStack is a great option to install and run an OpenStack cloud on your laptop (or even inside the VM on a cloud). DevStack is ideal for potential users who want to see what the Dashboard looks like from an admin or user perspective, and OpenStack contributors wanting to test against a complete local environment.
http://www.openstack.org/software/start/
약간의 기술력이 있다면, DevStack은 OpenStack 클라우드를 여러분의 랩탑 (또는 클라우드에 있는 VM에까지도) 설치하고 실행하기 위한 위대한 선택입니다. DevStack은 관리자 또는 사용자 관점에서 대시보드가 어떻게 생겼는지 보기를 원하는 잠재적인 사용자들, 그리고 완벽한 로컬 환경에서 테스트를 원하는 OpenStack 공헌자들에게 이상적입니다.
미 연방 정부의 년간 IT 예산은 2010년에만 거의 8백억 달러로 다른 어떤 조직보다도 많습니다. 예산을 절약하고 서비스를 개선하기 위해 정부는 새로운 대체 시스템을 조달하려고 하며 그 첫 번째 시도로 클라우드를 채택하기 시작했습니다.
from: http://www.ibm.com/developerworks/kr/industry/library/ind-govcloud/index.html
댓글을 달아 주세요