Skip to content

Instantly share code, notes, and snippets.

@jalavik
Created May 16, 2014 11:07
Show Gist options
  • Save jalavik/733c4a69f09b77e74f5f to your computer and use it in GitHub Desktop.
Save jalavik/733c4a69f09b77e74f5f to your computer and use it in GitHub Desktop.
How to reset TEST UI on INSPIRE with Invenio v.1.x
ssh inspirevm06
cd /path/to/inspire/sources
git checkout master
git pull origin master
sudo -u apache make reset-test-ui
sudo service httpd restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment