[SOLVED] Where can I edit the files for my apps?

Hello everyone, I hope you’re having a good day!

My YunoHost server

Hardware: VPS bought online (Linode)
YunoHost version: 4.3.6.3
I have access to my server : Through SSH and through the webadmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

I’m trying to setup GhostCMS’s email feature with MailGun (bulk mail sending service) using this tutorial, https://bironthemes.com/blog/ghost-mailgun-config/. It says I need to edit "config.production.json file in your Ghost root directory"

However, through SSH (ssh admin@my-ip-address) and the webadmin, I cannot find the config.production.json file, nor the Ghost root directory!

Where can I find the Ghost root directory and edit it?

That will be /var/www/ghost/config.production.json

Hi Eric, thanks for your response!

Just to double check, is this what I enter in the terminal:

ssh admin@ip-address
sudo nano /var/www/ghost/config.production.json

Then I edit the contents?

Which directory must I be in, if any?

Thanks!

That should work. (I usually do sudo su to explore the file structure and edit files)

1 Like

Worked like a charm, I was just editing the title :joy:

Thanks for your help. If you’re happy to, could you help me with the topic related to your instructions:

Thanks a lot! :smile_cat:

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.