I’m installing Open Social on Drupal 8 on my own Ubuntu Linux instance with Nginx, MySQL and PHP 7. Got the “Quick install” instructions using composer and drush completed successfully.
As a relative n00b to Drupal, there is a small gap in the documentation. You can complete an installation on a server using drush and you get a “site built” message – with everything in a directory in my user account. I’m looking at that, and looking at /var/www/html (which is where my public facing web server successfully serves traffic) and I think – eh – what now? The documentation does an exit stage left right there.
Same in the standard Drupal docs. The main clue is where you get vectored off to the procedure to create a dev site from a running production one (ie: the wrong way around). Which sort of suggests that you put the whole tree in the /var/www/html directory into an html/ subdirectory, but then hand edit settings.php to match the database credentials on your newly restored db backup.
So, to get the site running internet facing, is it as simple as moving the whole tree in my local directory under html/ to /var/www/html recursively, and then dragging a settings.php file up to the top level from ./sites/default/settings.php, then editing in the database credentials?