*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
The development server is capdev.library.cornell.edu (aka sfaka sf-lib-web-006.serverfarm.cornell.edu). Each developer maintains a site, \ [netid\].capdev.library.cornell.edu, on capdev. Look in /libweb/sites/ for your site.Wiki Markup
Prepare the site for deployment
...
Then add everything to git, commit, and push.
Prepare a new site on a remote machine
| Code Block |
|---|
cd mysite cap staging deploy:setup cap staging drupal:site_setup_permissions cap staging drupal:install -s db=databasename -s dbu=databaseuser -s dbpw=databasepassword \ -s d_user=Drupal_user#1 -s d_pw=Drupal_user#1_password -s d_email=Drupal_user#1_email |
...