Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
freedombone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Context Sensitive Group
freedombone
Commits
2ac25c16
Commit
2ac25c16
authored
7 years ago
by
Bob Mottram
Browse files
Options
Downloads
Patches
Plain Diff
More ghost dependencies
parent
7e16a88f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/freedombone-app-ghost
+14
-2
14 additions, 2 deletions
src/freedombone-app-ghost
with
14 additions
and
2 deletions
src/freedombone-app-ghost
+
14
−
2
View file @
2ac25c16
...
...
@@ -458,7 +458,19 @@ function install_ghost {
npm
install
jsonpath@0.2.11
npm
install
image-size@0.5.4
npm
install
passport-oauth2-client-password@0.1.2
npm
install
-g
passport-http-bearer@1.0.1
npm
install
passport-http-bearer@1.0.1
npm
install
amperize@0.3.4
npm
install
bcryptjs@2.4.3
npm
install
knex@0.12.9
npm
install
bookshelf@0.10.2
npm
install
cookie-session@1.2.0
npm
install
ghost-gql@0.0.6
npm
install
intl@1.2.5
npm
install
sanitize-html@1.14.1
npm
install
showdown-ghost@0.3.6
npm
install
superagent@3.5.2
npm
install
mysql@2.1.1
npm
install
--production
function_check install_mariadb
...
...
@@ -473,7 +485,7 @@ function install_ghost {
ghost_create_config
adduser
--system
--home
=
/var/www/
${
GHOST_DOMAIN_NAME
}
/htdocs/
--group
ghost
chown
-R
ghost: /var/www/
${
GHOST_DOMAIN_NAME
}
/htdocs
/
chown
-R
ghost: /var/www/
${
GHOST_DOMAIN_NAME
}
/htdocs
echo
'[Unit]'
>
/etc/systemd/system/ghost.service
echo
'Description=Ghost Blog'
>>
/etc/systemd/system/ghost.service
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment