Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running Ghost in development environment with forever in order to watch for changes and restart #24

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jan 20, 2015

  1. Adding changes from request#17 by Vincent Giersch <vincent@giersch.fr>

    - Faster start: chown ghost sources in docker layer
    - Create /ghost-override volume directory in layer
    - Remove unused cd (WORKDIR is already /ghost)
    Joan Vega committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    3d1f292 View commit details
    Browse the repository at this point in the history
  2. Run Ghost with forever in development environment to automatically re…

    …start ghost
    
    - installs forever in same ghost layer
    - start.bash runs ghost using forever when NODE_ENV=development
    Joan Vega committed Jan 20, 2015
    Configuration menu
    Copy the full SHA
    5b71470 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90dc85f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2015

  1. Configuration menu
    Copy the full SHA
    77a4f14 View commit details
    Browse the repository at this point in the history
  2. Better to install forever globally

    Joan Vega committed Jan 27, 2015
    Configuration menu
    Copy the full SHA
    46f5bae View commit details
    Browse the repository at this point in the history