Ghost 블로그 썸네일형 리스트형 [WIP] 우분투에서 Ghost 블로그를 삭제하는 방법 우분투에서 Ghost 블로그를 삭제하는 방법작업 디렉토리로 이동cd /var/www/ghostGhost 삭제ghost uninstall(또는)echo '' | ghost uninstall$ ghost uninstallLove open source? We’re hiring JavaScript Engineers to work on Ghost full-time.https://careers.ghost.orgWARNING: Running this command will delete all of your themes, images, data, any files related to this Ghost instance, and the contents of this folder!There is no going back!.. 더보기 [draft] 우분투에서 Ghost 블로그를 설치하는 방법 우분투에서 Ghost 블로그를 설치하는 방법Ghost는 Node.js로 작성된 오픈 소스 블로그 플랫폼입니다. Nginx 및 MySQL과 함께 Ghost를 설치합니다.전제 조건공식적으로 권장되는 프로덕션 설치에는 다음 스택이 필요합니다.Ubuntu 20.04 또는 Ubuntu 22.04NGINX (SSL을 위한 최소 1.9.5)지원되는 Node.js 버전MySQL 8Systemd적어도 1GB 메모리가 있는 서버등록된 도메인 이름테스트 환경운영체제 버전 정보$ lsb_release -dDescription: Ubuntu 22.04.2 LTS1. Nginx 설치 및 설정sudo ln -s /etc/nginx/conf.d /etc/nginx/sites-availablesudo ln -sf /etc/ngi.. 더보기 이전 1 다음