OpenShift
-prepared Ghost
repo. Ghost is preinstalled with NodeJS 0.10.35
and NPM 1.4.28
case of these versions used in official OpenShift cartridge.
This preinstalled version also have some differences from Community Ghost 0.7.5 quickstart
- As you can see
0.7.8 version
of platform provided - Updated and rebuilded
[email protected]
library. Ghost at this moment provide onlyen
locale, but in cause ofNodeJS 0.10.35
usageIntl
will be installed withNPM
with many-many locales support and take~80 Mb
of disk space. You can multiply this value by 2 if you will use OpenShift Git repo - and~160 Mb
for locales that you will never use (on free plan disk space quota is1024 Mb
). Rebuilded[email protected]
withen
locale support takes only~700 Kb
- This preinstalled version prepared for
production environment
, pay your attention to it - this reponot for platform developers
, but forend users (bloggers)
- As a persistent storage
Ghost use SQLite DB
, and content folder linked to$OPENSHIFT_DATA_DIR/content
- To reduce disk quota usage the preinstalled version cleaned with
modclean
insafe
mode
And finally, quotas comparison:
Repo | Space usage | Total space | Inodes usage | Total inodes |
---|---|---|---|---|
Community quickstart | 446 Mb | 1024 Mb | 21244 | 80000 |
This repository | 145 Mb | 1024 Mb | 15819 | 80000 |
To use this preinstalled Ghost platform just create a new OpenShift application with NodeJS 0.10
cartridge and point this repository or your fork as an application source. Enjoy !