Table of Contents

Getting Started with Joyent Shared Accelerators

This is a work in progress.

This page is designed to familiarize new customers with Joyent Shared Accelerators and general shared hosting terms used here. Once you read over this, dive into the Shared Accelerators Knowledge Base to learn more about particular topics.

The Basic Terms

Your Connector web hosting comes with limits, specifically the number of websites, how much disk space, how much bandwidth, and the number of databases. In terms of these limits, a website is a virtual server.

Directory Layout

The directory for your primary virtual server is is what you see when you log in (via ssh or SFTP). The main virtual server’s users are in ~/homes/ the website is served from ~/web/public, &c. Each subsequent virtual server you create will live in ~/domains/, like ~/domains/domain2.com/. Each of these directories will have its own subdirectory for users, web and the like.

cgi-bin A location for CGI applications for your website.
domains Where additional/secondary virtual servers live
etc Configuration files for PHP and Subversion
fcgi-bin FCGI scripts (by default PHP)
homes Home folders for users created under your primary virtual server
logs Logs generated by your primary virtual server
Maildir E-mail for your primary user
svn For Subversion repositories
tmp For temporary files, usually used by applications
var For variable files, usually used by applications
web Files for your website.

The directories not in bold belong to your primary virtual server (the one created when your account was setup). These folders are duplicated under the domains directory for each additional virtual server you create.

When you signed up for an account and entered a domain name, that domain was used for your primary virtual server. If you go to that domain (e.g. http://start.joyeurs.com), you should see a Welcome Home page. That file is in web/public.

http://discuss.joyent.com/viewtopic.php?pid=173756#p173756