-
Notifications
You must be signed in to change notification settings - Fork 94
/
devstl_protected_ghost_blogging.pmx
54 lines (42 loc) · 1.61 KB
/
devstl_protected_ghost_blogging.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
name: devstl Protected Ghost Blogging
description: Ghost Blogging platform with ClamAV
keywords: ghost blogging, Anti-Virus
type: NodeJS
documentation: |-
# Ghost
The Ghost blogging platform based on Node.js. Ghost is a minimalistic blogging platform that is simple to use and focused on publishing content.
## System Requirements
- *RAM:* 256 MB
- *Cores:* 1 core
## Setup
After the application service has started, access the web interface. You should see the Ghost blog up and running. After you are able to see the blog, you can proceed to the admin panel at "http://example.com/ghost", where "example.com" is your domain. You will setup you administrator here.
## Post-Run Instructions
Simply follow the Ghost setup instructions to install Ghost.
## Port-Forwarding
If using Virtual Box, use the following command in your local machine's terminal window to create the port forwarding rule:
``` VboxManage controlvm panamax-vm natpf1 rule,tcp,,8997,,2368 ```
Remember to set the port "2368" in the command above to the host port you see in the Panamax application settings screen.
## Resources
- [Official Ghost Website](https://ghost.org/)
images:
- name: Ghost
source: wizardapps/ghost:v0.5.0
category: Web Tier
type: Default
ports:
- host_port: '2368'
container_port: '2368'
proto: TCP
environment:
- variable: GHOST_URL
value: http://localhost
- variable: PORT
value: 2368
volumes:
- host_path: "/data/panamax-wizardapps-ghost"
container_path: "/ghost-override"
- name: blacktop_clamav
source: blacktop/clamav:latest
category: Security
type: Default