Ghost 설치하기

Ghost 설치하기

Ghost란?

Node.js기반으로 된 오픈소스 블로그 플랫폼
현재 연구노트에 작성에 사용되고 있다.

Ghost 설치

  1. 소스 다운로드 후, 압축 풀기
    https://github.com/TryGhost/Ghost/releases/download/1.21.4/Ghost-1.21.4.zip
  2. 압축 푼 폴더로 이동
  3. DataBase 설치
    yarn global add knex-migrator 또는 npm install -g knex-migrator
    knex-migrator-init
  4. 실행
    npm start
  5. 확인
    http://localhost:2368/admin

댓글

가장 많이 본 글