The first thing a user probably wants is to know how to insert data into his new database. This can be done in using some scripts, which are designed to insert data into a PostGRID database.
First
- Get the source code of Constellation and build it with maven. Refer to the Developer Guide for more information about how to get the source code and to build with maven.
- Create a new directory where to put the shell scripts. For the rest of this page, its name will be shell.
- Copy all jars found in
Constellation_sources_directory/target/binariesinto theshell/jar
OR create a symbolic link this way : - Go to your directory
shell/bin, and continue with one of these following methods.
Then insertion
Labels