Directory structure

When you login with SFTP or SSH to your environment you can see the file directory structure. This is what you'll find:

srv
  data
    www
    home
raw

# www

The default web root (aka document root) directory is the main tree 'visible' from the web. You can change the routing root path, to any folder below the htdocs directory. The git deployment syncs to the htdocs folder as well. htdocs is also your 'login folder' - starting point for SSH/SFTP. The whole path looks something like this:

  • /srv/data/www

# home

Like your ~ on your local machine. Contains bash history, private SSH keys.

  • /srv/data/home

Found a tpyo?Edit