Advertisement
Guest User

Ghost install

a guest
Oct 3rd, 2021
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.11 KB | None | 0 0
  1. pi@raspberrypi:/var/www/ghost $ ghost install
  2. ✔ Checking system Node.js version - found v14.18.0
  3. ✔ Checking logged in user
  4. ✔ Checking current folder permissions
  5. System checks failed with message: 'Linux version is not Ubuntu 16, 18, or 20'
  6. Some features of Ghost-CLI may not work without additional configuration.
  7. For local installs we recommend using `ghost install local` instead.
  8. ? Continue anyway? Yes
  9. System stack check skipped
  10. ℹ Checking system compatibility [skipped]
  11. ✔ Checking for a MySQL installation
  12. ✔ Checking memory availability
  13. ✔ Checking free space
  14. ✔ Checking for latest Ghost version
  15. ✔ Setting up install directory
  16. ✔ Downloading and installing Ghost v4.17.0
  17. ✔ Finishing install process
  18. ? Enter your blog URL: http://localhost:2368
  19. ? Enter your MySQL hostname: localhost
  20. ? Enter your MySQL username: root
  21. ? Enter your MySQL password: [hidden]
  22. ? Enter your Ghost database name: ghost_prod
  23. ✔ Configuring Ghost
  24. ✔ Setting up instance
  25. + sudo useradd --system --user-group ghost
  26. + sudo chown -R ghost:ghost /var/www/ghost/content
  27. ✔ Setting up "ghost" system user
  28. ? Do you wish to set up "ghost" mysql user? Yes
  29. ✔ Setting up "ghost" mysql user
  30. Your url contains a port. Skipping Nginx setup.
  31. ℹ Setting up Nginx [skipped]
  32. Nginx setup task was skipped, skipping SSL setup
  33. ℹ Setting up SSL [skipped]
  34. ? Do you wish to set up Systemd? Yes
  35. + sudo mv /tmp/localhost/ghost_localhost.service /lib/systemd/system/ghost_localhost.service
  36. + sudo systemctl daemon-reload
  37. ✔ Setting up Systemd
  38. + sudo systemctl is-active ghost_localhost
  39. ? Do you want to start Ghost? Yes
  40. + sudo systemctl start ghost_localhost
  41. + sudo systemctl is-enabled ghost_localhost
  42. + sudo systemctl enable ghost_localhost --quiet
  43. ✔ Starting Ghost
  44.  
  45. Ghost uses direct mail by default. To set up an alternative email method read our docs at https://ghost.org/docs/config/#mail
  46.  
  47. ------------------------------------------------------------------------------
  48.  
  49. Ghost was installed successfully! To complete setup of your publication, visit:
  50.  
  51.     http://localhost:2368/ghost/
  52.  
  53. pi@raspberrypi:/var/www/ghost $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement