Skip to content

Comments

Add Ghost package#188

Open
ATMartin wants to merge 3 commits intopetejkim:masterfrom
ATMartin:master
Open

Add Ghost package#188
ATMartin wants to merge 3 commits intopetejkim:masterfrom
ATMartin:master

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