Sunteți pe pagina 1din 5

TOS | Thierno Ousmane Sow

OSOW
BI

SPAGOBI INSTALLATION IN
LINUX CENT OS 7

SpagoBI Server installation :


1) Prerequisites
Before proceeding to SpagoBI installation, check whether java (openjdk) has been installed in your
system or not. If not, install it.

Oracle JAVA Installation in CentOS/Fedora/RHEL using rpm

Oracle JAVA Installation in Ubuntu/LinuxMint/Debian using java alternative

OpenJDK 7 installation in Ubuntu/LinuxMint/Debian

Setting up JAVA Environment Variable in linux

Remove Oracle Java and OpenJDK in Linux

OpenJDK 8 installation in Ubuntu 14.10

#javaversion

javaversion"1.7.0_71"

OpenJDKRuntimeEnvironment(rhel2.5.3.2.el6_6x86_64u71b14)

OpenJDK64BitServerVM(build24.65b04,mixedmode)

2) Download SpagoBI 5.0


Download All in on SpagoBI pack because it has all the dependent packages which are necessary
to run SpagoBI server.

# Download SpagoBI All in one pack #


#wgethttp://download.forge.ow2.org/spagobi/AllInOneSpagoBI
5.001102014.zip
# Extract the zip file #
#unzipAllInOneSpagoBI5.001102014.zip
# Give executable permission to .sh files in /bin directory #
#cd../SpagoBIServer5.016092014/bin
#chmod+x*.sh
# Give executable permission to .sh files in /database directory #
#cd../SpagoBIServer5.016092014/database
#chmod+x*.sh

3) Modify server.xml file


Open server.xml file under conf directory (find 8080) and add your IP address instead
of localhost to access the URL anywhere.

# Navigate to conf directory #


#cd../SpagoBIServer5.016092014/conf
#nanoserver.xml
<Environmentname="spagobi_service_url"type="java.lang.String"
value="http://Your-IP:8080/SpagoBI"/>
<Environmentname="spagobi_host_url"type="java.lang.String"
value="http://Your-IP:8080"/>
4) Start SpagoBI
Navigate to bin directory and hit SpagoBIStartup.sh file and wait for 2-3 seconds, then
try to access it.

# Navigate to bin directory #


#cd../SpagoBIServer5.016092014/bin
# Start SpagoBI server #
#./SpagoBIStartup.sh
or
#./startup.sh
5) Access the SpagoBI on browser
Navigate your browser to http://Your-IP:8080/SpagoBI/. By default SpagoBI have three
accounts. Try to log into any account and start playing with BI.

6) Administrator Login page

I logged into Administrator details. See the below screen shot for Administrator area.

7) Add SpagoBI in boot


It will automatically start SpagoBI when we switch on the system.

# Add SpagoBI in boot #


#crontabe
@reboot/opt/SpagoBIServer5.016092014/bin/startup.sh

Site important pour lintallatation de bi server :


http://www.2daygeek.com/install-spagobi-business-intelligence-suite-on-ubuntucentos-debian-fedora-mint-rhel-opensuse/#
SpagoBI Meta installation :
on vas sur le forge http://forge.ow2.org/project/showfiles.php?group_id=204
dans la rubrique files -> SpagoBI Meta Meta puis on telecharge le fichier pour la
version 64 bits de SpagoBIMeta_5.2.0_linux32_25032016.zip

Extract the zip file #


#unzipSpagoBIMeta_5.2.0_linux64_25032016.zip
# Give execute
#cdSpagoBIMeta_5.2.0_linux64
# Give execute
#chmod755SpagoBI
# start Eclipse SpagoBiMeta
#./SpagoBI

SpagoBI Studio installation :

on vas sur le forge http://forge.ow2.org/project/showfiles.php?group_id=204


dans la rubrique files -> SpagoBI Studio Meta puis on telecharge le fichier pour la
version 64 bits de SpagoBIStudio_5.2.0_linux32_25032016.zip

Extract the zip file #


#unzipSpagoBIStudio_5.2.0_linux64_25032016.zip
# Give execute
#cdSpagoBIStudio_5.2.0_linux64
# Give execute
#chmod755SpagoBI
# start Eclipse SpagoBiMeta
#./SpagoBI

MYSQL Server installation :


#wget http://repo.mysql.com/mysql-community-release-el6-5.noarch.rpm
#rpm -ivh mysql-community-release-el6-5.noarch.rpm
# yum install mysql-server
# mysql_secure_installation
# /etc/init.d/mysqld start
#mysql --user root --password

S-ar putea să vă placă și