Created
May 16, 2014 11:07
-
-
Save jalavik/733c4a69f09b77e74f5f to your computer and use it in GitHub Desktop.
How to reset TEST UI on INSPIRE with Invenio v.1.x
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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