Skip to content

Harsh-2002/ghost-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Ghost Development Environment Setup

This repository contains a script to automate the setup of a Ghost development environment using Docker.

Quick Start

  1. Install Git on your system:

    On Ubuntu/Debian:

    sudo apt-get update
    sudo apt-get install git
  2. Clone this repository to your local machine:

    git clone https://github.com/Harsh-2002/ghost-env.git
    cd ghost-env
  3. Execute the setup script:

    sudo chmod u+x setup_ghost.sh && sudo bash setup_ghost.sh

    This script installs Docker, creates a Ghost directory, downloads the Docker Compose file, and sets up the Ghost development environment.

  4. Wait for the process to complete, and you will see a message indicating that your Ghost development environment is live at http://localhost:8040.

  5. The Ghost content directory will be located at /home/your-username/ghost-env/ghost-dev/ghost/content

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages