You cannot see this page without javascript.

XE3

Xpress Engine 조회 수 490 추천 수 0 2016.02.03 09:21:10

Install

Linux

터미널에서 아래와 같이 커맨드를 실행합니다.

$ curl -s -o installer http://start.xpressengine.io/installer; php installer install

설치화면입니다. 설치중 데이터베이스 정보, 사이트 기본정보, 관리자계정 정보를 안내에 따라 입력합니다.

$ curl -s -o installer http://start.xpressengine.io/installer; php installer install
   _  __                           ______            _
  | |/ /____  ________  __________/ ____/___  ____ _(_)___  ___
  |   // __ \/ ___/ _ \/ ___/ ___/ __/ / __ \/ __ `/ / __ \/ _ \
 /   |/ /_/ / /  /  __(__  |__  ) /___/ / / / /_/ / / / / /  __/
/_/|_/ .___/_/   \___/____/____/_____/_/ /_/\__, /_/_/ /_/\___/
    /_/                                    /____/

http://xpressengine.io

XpressEngine3 Installation.

[Confirm path for install]
path: /home2/DOMAINS/DEV/install.xe3.dev1.xpressengine.com
Do you want to install? (yes/no) [no]:
> yes
[XpressEngine3 Download]
Downloading Xpressengine3...
Download is finished.
Extract Zip file...
Extraction is finished.

[Setup Database(MySQL)]
Input Database Information.
Host [localhost]: localhost
Port [3306]: 3306
Database name []: xe3
UserID [root]: root
Password: <  hidden>

[Checking Database Connection]
Connecting Database using inputted database information..
Connection successful.

[Setup Site]
Input information for site.
site url [http://localhost]: http://mydomain.com
Timezone [Asia/Seoul]:

[Base Framework load]
Base Framework is loading...
> php artisan clear-compiled
> php artisan optimize
Generating optimized class loader
> php artisan key:generate
Application key [zY7WdZhVv4KwpblFIJ2vZ8U0Tk0w5Udb] set successfully.
Base Framework is loaded

[Setup Admin infomation]
Input information for site admin.
Email []: xe3@email.com
Name [admin]: admin
Password: <  hidden>

[Setup Directory Permission]
Input directory permission for storage.
./storage directory permission [0707]: 0707
Install was completed successfully.

설정파일을 사용하여 설치하기

설정파일을 사용하면 더욱 쉽게 설치할 수 있습니다. 설치하기 전에 아래와 같이 커맨드를 실행하여 설정파일을 생성합니다.

$ curl -s -o installer http://start.xpressengine.io/installer; php installer install
Install configuration file is generated. (.xe_install_config.yaml)
Write your configuration data to the file.

xe_install_config.yaml 파일이 생성됩니다. 파일을 열고 설치 정보를 입력하세요.

설치 커맨드를 실행합니다. --config--no-interact 옵션을 사용하십시오.

$ curl -s -o installer http://start.xpressengine.io/installer; php installer install --config=.xe_install_config.yaml --no-interact

설치옵션

  • --config=< configfile> 설정파일을 지정합니다.
  • --no-interact 대화형입력을 사용하지 않고 설정파일의 정보를 사용하여 자동으로 설치합니다. 이 옵션을 --config옵션과 같이 사용해야 합니다.
  • --install-dir 설치경로를 지정합니다. 지정하지 않을 경우 현재 디렉토리에 설치합니다.

Git

Github 저장소 파일을 이용해 설치합니다

$ git clone https://github.com/xpressengine/xpressengine.git
$ cd xpressengine
$ composer install
...
$ php artisan xe:install
...

Configuration

디렉토리 권한 설정

Xpressengine을 실행하려면 특정 디렉토리의 퍼미션 설정이 필요합니다. 웹서버 실행환경과 콘솔 실행환경에서 storage 디렉토리와 bootstrap/cache 디렉토리에 쓰기가 가능하도록 퍼미션이 주어져야 합니다.

List of Articles
번호 제목 글쓴이 날짜sort 조회 수

Linux 변경사항이 유지되는 리눅스를 USB메모리에 만들기(우분투 계열) [13]

  • LynX
  • 2015-01-07
  • 조회 수 588

Linux USB부팅 리눅스의 변경 사항 초기화 [16]

  • LynX
  • 2015-01-07
  • 조회 수 3612

Linux 하드 라이브 부팅 [13]

  • LynX
  • 2015-01-06
  • 조회 수 449

Linux 리눅스 부팅시 초기화 [21]

  • LynX
  • 2015-01-05
  • 조회 수 1083

Linux 부트 시스템 만들기 [10]

  • LynX
  • 2015-01-05
  • 조회 수 1343

Linux iconv 이용하여 문자셋 변경

  • LynX
  • 2015-01-03
  • 조회 수 193

SoftWare mysql 설치 옵션 [10]

  • LynX
  • 2015-01-02
  • 조회 수 230

OpenSolaris Open Solaris 에서 MariaDB 설치 [8]

  • LynX
  • 2014-12-30
  • 조회 수 786

Linux ls 명령어 메뉴얼 [9]

  • LynX
  • 2014-12-30
  • 조회 수 218

OpenSolaris Open Solaris 설치 file [12]

  • LynX
  • 2014-12-30
  • 조회 수 420

CentOS CentOS 에 설치된 커널과 오랜된 커널 삭제하기

  • LynX
  • 2014-12-30
  • 조회 수 975

LinuxMint LinuxMint PHP source 설치 [1]

  • LynX
  • 2014-12-30
  • 조회 수 298

LinuxMint LinuxMint Apache source 설치 file [8]

  • LynX
  • 2014-12-29
  • 조회 수 574

Server Open Solaris 패키지 설치 및 삭제

  • LynX
  • 2014-12-29
  • 조회 수 513

Linux 리눅스 게이밍 가이드 2부 : 실전 게임 플레이와 문제 해결 [13]

  • LynX
  • 2014-12-24
  • 조회 수 719

Linux 리눅스 게이밍 가이드 1부 : 게임을 위한 환경 설정 [10]

  • LynX
  • 2014-12-24
  • 조회 수 1036

Linux opensuse yum repository 추가 [13]

  • LynX
  • 2014-12-23
  • 조회 수 642

Linux ISO 마운트 [10]

  • LynX
  • 2014-12-22
  • 조회 수 520

Linux lol 설치 [9]

  • LynX
  • 2014-12-22
  • 조회 수 959

Linux ibus 한영키 전환 문제 nabi [12]

  • LynX
  • 2014-12-19
  • 조회 수 487

XE Login