Install STCard
We distribute the STCard package in two formats, a .run
file that installs it automatically on GNU/Linux systems and a .zip
file for manual installation.
Install STCard from .run
file
- Execute the
.run
file from the command line:sh ./stcard-x.y.z.run --output /Your/LinceBI/Install/Directory/
Install STCard from .zip
file
-
Remove the following directories and files if they exist:
./data/mysql5/create_stcard_mysql.sql* ./data/mysql5/increment_stcard_year_mysql.sql* ./pentaho-solutions/stcard/ ./pentaho-solutions/system/stcard/ ./pentaho-solutions/system/default-content/stcard.zip* ./tomcat/webapps/pentaho/stcard/ ./tomcat/webapps/pentaho/WEB-INF/lib/stcard-*.jar ./tomcat/webapps/pentaho/WEB-INF/classes/com/stratebi/stcard/ ./tomcat/webapps/pentaho/META-INF/context.stcard.sample.xml
-
Extract the
./biserver-ce/
directory from the package to the LinceBI install directory. -
Create the
stb_stcard
database by executing the./data/mysql5/create_stcard_mysql.sql
script. -
Add the database connection to the
./tomcat/webapps/pentaho/META-INF/context.xml
file using the./tomcat/webapps/pentaho/META-INF/context.stcard.sample.xml
sample file as reference.