Open
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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?