dnf install nodejs npm nodejs-yarn
sudo npm install ghost-cli -g
yarn global add knex-migrator grunt-cli ember-cli bower
sudo npm install yarn -g
yarn global add knex-migrator grunt-cli ember-cli bower
clone Ghost und clone Ghost-Admin auf github, so dass man es bei den eigenen Repositories angezeigt bekommt
git clone --recurse-submodules https://github.com/TryGhost/Ghost.git && cd Ghost
git remote rename origin upstream
git remote add origin https://github.com/imp1sh/Ghost.git
cd core/client
git remote rename origin upstream
git remote add origin https://github.com/imp1sh/Ghost-Admin.git
cd ../..
sudo npm install ghost-cli@latest -g
create webserver directory with mkdir -p /var/www/meinghostverzeichnis
make sure correct permissions, chown to the user it should run as, chmod 755
cd /var/www/meinghostverzeichnis
ghost install
Ghost CLI aktualisieren
sudo npm install -g ghost-cli@latest
| Ergebnis | Markdown | Tastenkombination |
|---|---|---|
| Fett | **test** / __test__ | CTRL/⌘ + B |
| Kursiv | *text* | CTRL/⌘ + I |
| Durchstreichen | CTRL + Alt + U | |
| Textsupertext | Text^supertext^ | |
| Textsubtext | Text~subtext~ | |
| Link | [title](https://) | CTRL/⌘ + K |
| Inline Code | `code` | CTRL/⌘ + Shift + K |
| Bild |  | CTRL/⌘ + Alt + L |
| Liste | * Eintrag | CTRL + L |
| Sortierte Liste | 1. Eintrag | CTRL/⌘ + Alt + L |
| Blockquote | > quote | CTRL + Q |
| Hervorheben | ==Hervorheben== | |
| Überschrift 1 | # Überschrift | |
| Überschrift 2 | ## Überschrift | CTRL/⌘ + H |
| Überschrift 3 | ### Überschrift | CTRL/⌘ + H (x2) |