Once you have completed these steps you should be able to see the main page of your biocase installation.
The next thing you should do is install the third party libraries that are required, if your installation is "localhost/biocase" then you can directly try http://localhost/biocase/utilities/testlibs.cgi. Here you wiull see the list of installed and not yet installed libraries that are needed by BioCASE to operate, a list of libraries to work with your particular database engine and the status of the directories that need to be writeable by the web server.
Once you have completed this step you are ready to configure your server. In this process you will create the data sources, describe the database structure and map your database to XML schemas.
Data sources are end points from which you will publish your databases via web services using common XML schema formats. You normally will create one datasource per database, or per database view; the latter means that if you are publishing several datasets from the same database and you intend to publish these datasets separately it is a good idea to set-up one data source per data set.
Describing the database structure means identifying the table primary keys, foreign keys and table aliases. This step is done once per dataset.
Mapping the database means linking elements of an XML schema to database fields, so that the stored data can be represented in an XML structure. Which XML schemas to use depend on which audiences you want to serve, please refer to the schema documentation page.
For more detailed instructions and training examples please refer to the configuration page.