Ghost-Vagrant
Ghost-Vagrant copied to clipboard
Start/Stop service doesn't work
Starting up the vagrant box, I can't access local.ghost.com
on the host. Also:
vagrant@local:~$ sudo start app
start: Job failed to start
vagrant@local:~$ sudo stop app
stop: Unknown instance:
npm start
works:
vagrant@local:~$ cd code/Ghost
vagrant@local:~/code/Ghost$ npm start
> [email protected] start /home/vagrant/code/Ghost
> node index
WARNING: Ghost is attempting to use a direct method to send email.
It is recommended that you explicitly configure an email service.
Help and documentation can be found at http://support.ghost.org/mail.
Migrations: Up-to-date at version 005
Ghost is running in development...
Listening on 127.0.0.1:2368
Url configured as: http://localhost:2368
Ctrl+C to shut down
- The script is in Ghost-Vagrant/site-modules/ghost/templates/config/app.conf.
- It's started by
upstart
in Ghost-Vagrant/site-modules/ghost/manifests/upstart.pp. -
upstart
is run as part of `Ghost-Vagrant/site-modules/ghost/manifests/init.pp
I'd appreciate some advice on troubleshooting this further.
@stantond , I am facing the same issue and I don't want to configure mail service. Please advise if you have solved this already.
@sreedharbukya sorry, no idea. I gave up and went with ghosted.it - I was running two Ghost instances on a single droplet with Digital Ocean, but only need one of those now, so worked out $5 per month either way.