-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathit
More file actions
executable file
·29 lines (28 loc) · 761 Bytes
/
it
File metadata and controls
executable file
·29 lines (28 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
git branch
git fetch
git pull
sudo autoscan
sudo aclocal
sudo automake
sudo autoconf
sudo ./configure
sudo pip install --no-cache-dir -r requirements.txt
sudo -u www-data make
sudo -u www-data make install
sudo -u www-data make -i install-jquery-plugins
cd ../invenio_themes
git branch
git fetch
git pull
sudo chmod +x ../invenio_themes/fancy/install.sh
sudo -u www-data ../invenio_themes/fancy/install.sh
cd ../invenio_templates
git branch
git fetch
git pull
sudo chmod +x ../invenio_templates/fancy/install.sh
sudo -u www-data ../invenio_templates/fancy/install.sh
sudo -u www-data cp -R bibedit_templates /opt/invenio/etc/bibedit/
sudo /opt/invenio/bin/inveniocfg --update-all
sudo chown www-data:www-data -R /opt/invenio/
sudo /etc/init.d/apache2 restart