

You can check the versions of Nodejs and NPM with the following command: node -version & npm -version To install nodejs and npm, execute the following commands: curl -sL | sudo -E bash GRANT ALL PRIVILEGES ON ghost.* TO PRIVILEGES CREATE USER IDENTIFIED BY 'YourStrongPasswordHere' Next, we need to create a Ghost database, the Ghost user, and grant the permissions for that user to the database. Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: active (running) since Wed 15:32:20 CST 13s ago If everything is ok, you should get the following output: systemctl status rvice To check the status of the service: systemctl status rvice Once installed, start and enable the MySQL service: systemctl start rvice & systemctl enable rvice To install MySQL execute the following command: sudo apt install mysql-server -y Process: 8664 ExecStart=/usr/sbin/nginx -g daemon on master_process on (code=exited, status=0/SUCCESS) Process: 8663 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on master_process on (code=exited, status=0/SUCCESS) Loaded: loaded (/lib/systemd/system/rvice enabled vendor preset: enabled)Īctive: active (running) since Wed 15:27:57 CST 10s ago
