sudo mysql -uroot -p koha_library < koha_library.sql
sudo systemctl restart apache2.service
sudo systemctl restart koha-common
sudo apt update && sudo apt upgrade
sudo rm /etc/apt/sources.list.d/koha.list
echo "deb http://debian.koha-community.org/koha stable main" | sudo tee /etc/apt/sources.list.d/koha.list
wget -q -O- https://debian.koha-community.org/koha/gpg.asc | sudo apt-key add -
sudo apt update
sudo apt full-upgrade
sudo systemctl restart koha-common
sudo systemctl restart apache2
sudo koha-upgrade-schema library
service mysql restart
sudo systemctl restart apache2
sudo koha-plack --enable library
sudo koha-plack --start library
sudo service memcached restart
No comments:
Post a Comment