# How do I see the files in a Discourse install?

**URL:** https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887
**Category:** Self-hosting
**Created:** [December 5, 2014, 2:14pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887 "2014-12-05T14:14:46Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![manvfat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manvfat/32/36938_2.png) [@manvfat](https://meta.discourse.org/u/manvfat)
#### Post date: [December 5, 2014, 2:14pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/1 "2014-12-05T14:14:46Z")

</div>

So hello. Good to be here and I’m one of the many who are thinking of fleeing the Buddypress/BBPress environment which has become (IMHO) really unusable in the last year or so.

I love Discourse, the way it looks, the fact that it’s open source and how smoothly it all seems to be working. HOWEVER, the big thing for me is that it’s about 10 or so notches above my ability in terms of configuring stuff. Moderating/uploading logos/changing category colours - very much my level. Doing things that involve coding in RoR, less so.

As it stands I have [www.talk.manvfat.com](http://www.talk.manvfat.com) set up on my VPS and it was very kindly installed for me by my ISP (the terrific [www.34SP.com](http://www.34SP.com)) butttttt, the thing that I don’t understand is where the install is! I know for a Wordpress site I can just FTP into the backend and monkey with the php files and see if it works. But I’m lost on Discourse, how do I get at the site?!

Apologies in advance for making the newbiest post you’re ever likely to have but like my mum used to say, “There are no stupid questions, apart from when you asked where Mowameadow is.” How was I to know? I just knew one man went there.

---

<div class="post-metadata">

### Author: ![rahim123](https://avatars.discourse-cdn.com/v4/letter/r/df705f/32.png) [@rahim123](https://meta.discourse.org/u/rahim123)
#### Post date: [December 5, 2014, 2:40pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/2 "2014-12-05T14:40:26Z")

</div>

If they followed the standard instructions, it should be inside /var/discourse. It’s run inside a technology called Docker. Here are the instructions, by the way:

[https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md](https://github.com/discourse/discourse/blob/master/docs/INSTALL-digital-ocean.md)

You’ll need to use some kind of client that lets you access the VPS via the SSH protocol. You’ll have a lot more options of Linux, including being able to use the graphical file manager to edit files on your VPS.

---

<div class="post-metadata">

### Author: ![manvfat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manvfat/32/36938_2.png) [@manvfat](https://meta.discourse.org/u/manvfat)
#### Post date: [December 5, 2014, 3:15pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/3 "2014-12-05T15:15:16Z")

</div>

Ah-ha! A client to access the VPS, interesting. Just d/l putty and will have a play. Everything I’ve read suggests that this isn’t the sort of environment where I can employ my usual play with it until it breaks philosophy so I shall tread gently. Thanks for this - great headstart!

---

<div class="post-metadata">

### Author: ![mcwumbly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mcwumbly/32/103861_2.png) [@mcwumbly](https://meta.discourse.org/u/mcwumbly)
#### Post date: [December 5, 2014, 3:25pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/4 "2014-12-05T15:25:24Z")

</div>

There’s a How To topic here on Meta as well:

[https://meta.discourse.org/t/beginners-guide-to-deploy-discourse-on-digital-ocean-using-docker/12156](https://meta.discourse.org/t/beginners-guide-to-deploy-discourse-on-digital-ocean-using-docker/12156)

---

<div class="post-metadata">

### Author: ![manvfat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manvfat/32/36938_2.png) [@manvfat](https://meta.discourse.org/u/manvfat)
#### Post date: [December 5, 2014, 3:41pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/5 "2014-12-05T15:41:22Z")

</div>

Terrific, thank you.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [December 5, 2014, 11:44pm UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/6 "2014-12-05T23:44:11Z")

</div>

> [@rahim123](#):
>
> If they followed the standard instructions, it should be inside /var/discourse. It’s run inside a technology called Docker. Here are the instructions, by the way:

@manvfat - before modifying those files, I implore you to read this topic:

[https://meta.discourse.org/t/advanced-troubleshooting-with-docker/15927](https://meta.discourse.org/t/advanced-troubleshooting-with-docker/15927)

It explains why what @rahim123 is suggesting - going in and editing files - likely won’t work.

---

<div class="post-metadata">

### Author: ![manvfat](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/manvfat/32/36938_2.png) [@manvfat](https://meta.discourse.org/u/manvfat)
#### Post date: [December 6, 2014, 7:24am UTC](https://meta.discourse.org/t/how-do-i-see-the-files-in-a-discourse-install/22887/7 "2014-12-06T07:24:27Z")

</div>

Cool, will have a read. Tbh I’m not going to do any actual editing as yet, I’m just trying to get a handle on the environment that this all occurs in.
