If you’re looking for some help, it’s important to provide as much context as possible so that people are able to assist you. Try to always mention:
- What’s your URL?
woosik.me - What version of Ghost are you using?
Ghost-CLI version: 1.12.0
Ghost version: 3.0.2 (at /var/www/ghost)
-
What configuration?
-
What browser?
Chrome -
What errors or information do you see in the console?
-
What steps could someone else take to reproduce the issue you’re having?
Hi my ghost doesn’t work.
recently, I wrote on command line
ghost update etc (before I wrote this command line, It worked well)
this is my console
‘’’
Ensuring user is not logged in as ghost user
Checking if logged in user is directory owner
Checking current folder permissions
- sudo systemctl is-active ghost_woosik-me
Validating config
Checking folder permissions
Checking file permissions
Checking content folder ownership
Checking memory availability
- sudo systemctl start ghost_woosik-me
☱ Starting Ghost
‘’’
starting ghost command is fixed on my console…
but if I change directory that is installed my local ghost, ghost start command works
ghost-mgr@ghost-blog : /var/www/ghost/ghost-blog $ ghost start
Found a development config but not a production config, running in development mode instead
Ensuring user is not logged in as ghost user [skipped]
Checking if logged in user is directory owner [skipped]
Checking current folder permissions
Validating config
Checking memory availability
Starting Ghost
Your admin interface is located at:
but when I connect on my web, it doesn’t work
this error
ERR_CONNECTION_REFUSED
I’ve already checked my hosts file… but there is no problem
version is Ghost-CLI version: 1.12.0, Ghost version: 3.0.2 (at /var/www/ghost), node, nodejs v10.17.0
please help me T.T