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

Add Ghost package #188

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

Add Ghost package #188

wants to merge 3 commits into from

Conversation

ATMartin
Copy link

Ghost is a popular lightweight blogging platform.

Having a Ghost package on Nitrous will let users throw up a lightweight blog for testing themes or extensions. Many Ghost users employ active Ghost installations locally and then build static pages and deploy these to services like Github Pages. The Ghost package will facilitate this use of a Nitrous box as well.

This installation follows Ghost's currently recommended method and relies on the most recent stable version, v0.5.2.

This package file works great from the terminal and changes Ghost's default routing options to work with Nitrous's preview function in post_install. However, the installation's dependencies rely on "npm install", which fails without explanation when trying to run from the Autoparts GUI. This issue was mentioned on [PR #114] but ultimately wasn't resolved.

Short of writing out a Makefile to manually grab all the dependencies, any tips to finalize this Part?

This addition is currently only working in Console. Attempting to
install from the Autoparts GUI results in a failure of "npm install".
A handful of comments and unecessary code blocks were removed.
This version still will not install via the IDE.
These were needed to allow the blog to be started up with "parts start ghost".
Current permissions settings prevent running Ghost as a service, so the "Stop"
method is inaccessible - the process must be killed from within the blocked terminal
via Ctrl+C.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant