Can't find the Discourse folder inside virtual box via ssh

Hi,
I’m new to discourse and i am excited to contribute to the project as a developer. I did everything according the the following blog article ,


But i cant find Discourse folder inside the virtual machine . i tried inside /var , /var/www/ . So that i can’t create an admin account

You might have better luck with this guide: Beginners Guide to Install Discourse on Ubuntu for Development

It looks like it is more up to date.

If you’re using the Vagrant setup and you’re inside the virtual machine (vagrant ssh), you find your Discourse folder at /vagrant. See here:
https://github.com/discourse/discourse/blob/master/docs/VAGRANT.md

Thank you Osborn. It was really helpful. :slight_smile:

Thank you Class. I missed the vagrant folder earlier . :slight_smile: