StuRa Diskussion:Server/Ghost: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 62: | Zeile 62: | ||
::::; Add: | ::::; Add: | ||
</s> | </s> | ||
Verbinden per ssh | |||
: <code>ssh root@test.ghost.htw.stura-dresden.de</code> | |||
; Ghost Password: ''8'' | |||
:; Confirm: ''8'' | |||
; Ghost Email: <tt>ghost@stura</tt>… | |||
; Ghost Account Name: <tt>Test StuRa HTW Dresden</tt> | |||
; Ghost Domain: <tt>htps://test.ghost.htw.stura-dresden.de</tt> | |||
; Initialize Hub services: '''Skip ''' | |||
; System Notifications and Critical Security Alerts: '''Skip ''' | |||
; Security updates: '''Install''' | |||
<pre> | |||
┌──────────────DEV-GHOST appliance services────────────────┐ | |||
│ │ | |||
│ Ghost: https://141.56.51.194 │ | |||
│ Blog Admin: https://141.56.51.194/ghost │ | |||
│ Web shell: https://141.56.51.194:12320 │ | |||
│ Webmin: https://141.56.51.194:12321 │ | |||
│ SSH/SFTP: root@141.56.51.194 (port 22) │ | |||
│ │ | |||
│ TKLBAM (Backup and Migration): NOT INITIALIZED │ | |||
│ │ | |||
│ │ | |||
│ │ | |||
│ │ | |||
│ │ | |||
│ │ | |||
│ TurnKey Backups and Cloud Deployment │ | |||
│ https://hub.turnkeylinux.org │ | |||
├──────────────────────────────────────────────────────────┤ | |||
│ <Advanced Menu> │ | |||
└──────────────────────────────────────────────────────────┘ | |||
</pre> |
Version vom 16. September 2020, 23:59 Uhr
Ghost meets FreeBSD
Installation einer Instanz zum Testen von Ghost als Container für TurnKey Linux auf Proxmox
- Vorabeit
- Erstellen vom Eintrag für DNS
- Eintrag A für test.ghost.htw.stura-dresden.de auf 141.56.51.194
- Verbinden mit dem Proxmox (Cluster)
- Herunterladen von der Vorlage (für Ghost) für TurnKey für Proxmox
- Server/Proxmox#Containerisierung für bestimmte Anwendungen
- …
chephfs debian-10-turnkey-ghost_16.0-1_amd64.tar.gz
- Create CT
-
- General
-
- Node
- Hostname
- dev ghost
- Unprivileged container
- [X]
- Password
- 8
- Template
-
- Storage
- cephfs
- Type
- rdb
- Template
- debian-10-turnkey-ghost_16.0-1_amd64.tar.gz
- Root Disk
-
- Storage
- storage
- Disk size (GiB)
- 16
- CPU
-
- Cores
- 1
- Memory
-
- Memory (MiB)
- 1024
- Swap (MiB)
- 1024
- Network
-
- Bridge
- vmbr1
- IPv4
- Static
- IPv4/CIDR
- 141.56.51.194/24
- Gateway (IPv4)
- 141.56.51.254
- DNS
-
- DNS domain
- DNS servers
- 141.56.1.1
- Confirm
-
- Start after created
- [ ]
- Finish
Erstellt! (Nicht gestartet!)
Container (linke Spalte) auswählen
- Options
-
- Features
-
- Nesting
- [X]
Starten!
- Datacenter (cluster)
-
- HA
-
- Resources
-
- Add
-
- VM
- 110
- 110 ist die ID der Instanz innerhalb von Proxmox.
- Group
- HA_cluster
- Add
Verbinden per ssh
ssh root@test.ghost.htw.stura-dresden.de
- Ghost Password
- 8
- Confirm
- 8
- Ghost Email
- ghost@stura…
- Ghost Account Name
- Test StuRa HTW Dresden
- Ghost Domain
- htps://test.ghost.htw.stura-dresden.de
- Initialize Hub services
- Skip
- System Notifications and Critical Security Alerts
- Skip
- Security updates
- Install
┌──────────────DEV-GHOST appliance services────────────────┐ │ │ │ Ghost: https://141.56.51.194 │ │ Blog Admin: https://141.56.51.194/ghost │ │ Web shell: https://141.56.51.194:12320 │ │ Webmin: https://141.56.51.194:12321 │ │ SSH/SFTP: root@141.56.51.194 (port 22) │ │ │ │ TKLBAM (Backup and Migration): NOT INITIALIZED │ │ │ │ │ │ │ │ │ │ │ │ │ │ TurnKey Backups and Cloud Deployment │ │ https://hub.turnkeylinux.org │ ├──────────────────────────────────────────────────────────┤ │ <Advanced Menu> │ └──────────────────────────────────────────────────────────┘