*****************************************************************************************¶
Uptodate repository and development information: https://github.com/ispyb¶
*****************************************************************************************¶
Obsolete
How to install ISPyB¶
We are working on a way to improve the ISPyB installation for beginners, but in the meantime, you will find information and source code on our development forge :
http://forge.epn-campus.eu/projects/ispyb4
To install ISPyB, checkout the code from the repository (https://forge.epn-campus.eu/svn/ispyb4), using the latest tag:
http://forge.epn-campus.eu/projects/ispyb4/repository/show/tags/ISPYB_4.0.7
and follow the documentation present in:
http://forge.epn-campus.eu/projects/ispyb4/repository/changes/tags/ISPYB_4.0.7/ispyb-parent/documentation/ISPyB_DevelopersGuide.doc
There are some parts missing (marked as "TODOs" in the doc) but you should manage to have a version running.
In a general way, we recommend that you try :
1) To install JBOSS wildfly to check that it runs.
2) Install MySQL DB and run the scripts to create the schema
3) Download the code and build the project with maven (mvn clean install)
4) Configure wildfly connections to the database and LDAP (do you use LDAP?)
5) Deploy the built version of ISPyB
6) Check that it "works"
7) Configure internal parameters (file path to disk, etc...)
8) At that point we can tell you how to fill the DB with a fake proposal to make a test
"