1. 리눅스 배포판을 선택하기

    우분투 12.04(정확히), 페도라 18, 그리고 CentOS/RHEL 6.4 버전만 이 문서에서 다룹니다. OpenStack 역시 OpenSUSE나 데비안 같은 리눅스에서도 돌아갑니다.

  2. 선택한 OS 설치하기

    올바르게 모든 의존성을 감안해서 설치하려면, 저희가 생각하는 배포판 버전에 맞게 최소로 설치하는 것이 좋습니다. 이번이 처음이라면 우분투 또는 페도라의 최소 버전을 설치하는 것을 추천합니다.

  3. DevStack 다운로드하기

    git clone https://github.com/openstack-dev/devstack.git

     devstack 저장소에는 OpenStack 설치용 스크립트를 포함하고 설정 파일들의 템플릿도 있습니다.

  4. 설치 시작하기

    cd devstack; ./stack.sh

    몇 분 안 걸리고요, 빌드를 기다리시는 동안  이 스크립트를 읽는 게 도움이 되실 겁니다.


----

  1. Select a Linux Distribution

    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.

  2. Install Selected OS

    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.

  3. Download DevStack

    git clone https://github.com/openstack-dev/devstack.git

    The devstack repo contains a script that installs OpenStack and templates for configuration files

  4. Start the install

    cd devstack; ./stack.sh

    It takes a few minutes, we recommend reading the script while it is building.





from: http://devstack.org

+ Recent posts