Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • embed-5.0
  • 4.1
3 results

DEPLOYMENT

Blame
  • DEPLOYMENT 349 B
    Deploying the UNL Search website
    ============================================
    
    Prerequisites
    -------------
    The developer needs a SSH account on `www1.unl.edu` and
    has to be in the `ucomm` group.
    
    
    Local setup
    -----------
    ::
    
    $ git remote add live ssh://www1.unl.edu/var/www/html/www1.unl.edu/search
    
    Deployment
    ----------
    ::
    
    $ git push live master