You cannot see this page without javascript.

XE3

Xpress Engine 조회 수 491 추천 수 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 [Linux] 특정 계정만 su -(root)를 통한 root접근 허용

  • LynX
  • 2014-07-04
  • 조회 수 297

Linux CentOS 6.5에 JSP를 위한 JDK & Tomcat file

  • LynX
  • 2014-07-05
  • 조회 수 481

Linux Xming 으로 X-Window 원격 접속 하기

  • LynX
  • 2014-07-07
  • 조회 수 1423

Xpress Engine xe 서버이전

  • LynX
  • 2014-07-10
  • 조회 수 326

Xpress Engine XE 애드온(addon)개발하기

  • LynX
  • 2014-07-11
  • 조회 수 1047

Xpress Engine XE 애드온의 제작 규칙

  • LynX
  • 2014-07-11
  • 조회 수 423

Xpress Engine XE 애드온 --XE 애드온의 기초 이해

  • LynX
  • 2014-07-11
  • 조회 수 845

Xpress Engine XE - XML 쿼리 언어

  • LynX
  • 2014-07-11
  • 조회 수 3110

Xpress Engine module_srl 과 mid 변환

  • LynX
  • 2014-07-12
  • 조회 수 580

Xpress Engine XE용 query xml 방식으로 일반 테이블도 접근 처리 하기

  • LynX
  • 2014-07-14
  • 조회 수 464

Xpress Engine xe 모든 변수값 출력해 보기

  • LynX
  • 2014-07-14
  • 조회 수 94059

Xpress Engine xe 외부 php 파일에서 db 접근하기 executeQuery()

  • LynX
  • 2014-07-14
  • 조회 수 945

Linux 리눅스 기본 명령어

  • LynX
  • 2014-07-16
  • 조회 수 794

Xpress Engine XML 쿼리 대신 직접 mysql 사용하기

  • LynX
  • 2014-07-16
  • 조회 수 393

Xpress Engine XML 쿼리 대신 직접 mysql 사용하기

  • LynX
  • 2014-07-19
  • 조회 수 273

Linux SSH 컴파일 설치

  • LynX
  • 2014-07-19
  • 조회 수 380

Linux 페도라17(centos7) 새로운 서비스 관리

  • LynX
  • 2014-07-20
  • 조회 수 570

Linux systemd unit 등록 옵션

  • LynX
  • 2014-07-22
  • 조회 수 20463

Linux rc.local 서비스 등록하기

  • LynX
  • 2014-07-22
  • 조회 수 505

Linux sendmail, dovecot 설치 및 설정 [20]

  • LynX
  • 2014-08-01
  • 조회 수 2725

XE Login