SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
For more information : http://sourceforge.net/projects/sitools2/
Release notes : README.txt
Documentation : http://sourceforge.net/projects/sitools2/files/Documentation/V3.0/DG-SITOOLS2-V3-1.0.pdf/download
$ git clone https://github.com/SITools2/core-v2.git sitools2-v2
$ cd sitools2-v2/workspace/fr.cnes.sitools.core
Edit build.properties
and change the value of the HOST
property (for example HOST = new-dev)
Make a copy of conf/build/properties/build-example.properties
to conf/build/properties/build-new-dev.properties
$ cp conf/build/properties/build-example.properties conf/build/properties/build-new-dev.properties
Edit the newly created file and set the ROOT_DIRECTORY
property to the sitools2-v2 folder
Build the sources using ant
$ ant
Build the sitools core using the instructions above
$ cd sitools2-v2/workspace/fr.cnes.sitools.extensions
$ ant
$ cd sitools2-v2/workspace/sitools-install-izpack
Edit the build.properties
file and update the ROOT_DIRECTORY_LOCAL
with the value of the sitools2-v2
folder path.
Build the installer using ant
$ ant
$ java -jar SITools2-<version>-install.jar
$ sh sitools.sh start
or
$ ./sitools2-v2/workspace/fr.cnes.sitools.core/sitools start
if source
is not installed on your computer.
Go to : http://{publicHostDomain}/sitools/client-admin/index.html
- user : admin
- password : admin
Go to : http://{publicHostDomain}/sitools/client-portal/index.html
- Client/server application
- REST architecture
- User management
- Data sources management
- Datasets management (SQL builder as WYSIWYG Editor, ...)
- Projects management
- Security management
- Conversions capabilities such as units, ...
- Query form builder as WYSIWYG editor
- Extensible Framework (plug-ins, ...) at the server level
- Application module management on the client side
- Internationalization
- RSS management
- Open search management