Saturday, September 9, 2017

How to Install SubjectPlus 4.6 on Ubuntu 22.04 LTS

apt update

apt upgrade

sudo apt install apache2

apt upgrade

sudo apt install phpmyadmin

sudo apt install software-properties-common

sudo add-apt-repository ppa:ondrej/php

sudo apt-get install php8.2 php8.2-fpm

sudo apt install libapache2-mod-php8.2 sudo systemctl restart apache2

sudo apt install mariadb-server

sudo mysqladmin -u root password yourpassword

sudo mysql

CREATE DATABASE subjectsplus;

exit

sudo service apache2 restart

service mysql restart

sudo mkdir /sp

cd /sp/

apt-get install unzip

mkdir -p /var/www/html/sp


wget https://github.com/subjectsplus/SubjectsPlus/archive/refs/tags/v4.6.zip

check zip file name by typing 

ls (the output is look like..)

v4.6.zip

unzip -q /sp/v4.6.zip -d /var/www/html/

mv /var/www/html/SubjectsPlus-4.6/ /var/www/html/sp/

chown -R www-data.www-data /var/www/html/sp/

chmod -R 755 /var/www/html/sp/

Now proceed to the web installation 

http://IP/sp/control

Cheers....! you have done with the SubjectsPlus installation on Ubuntu 22.04

User interface page: http://domain(IP)/sp/sp/control/

How to change Logo in SubjetsPlus

The path of destination folder
/usr/share/koha/opac/htdocs/guide/assets/images/public

No comments:

How to migrate Linux Dspace to Window 10

Take a backup of Dspace database and folder s Assume the version is same with both OS [I have tested DSpace 6.3] sudo su mkdir dspace_backup...