This is the Repository of the SQL-Alchemist project
- nodejs >= 0.12.7
- grunt-cli
- Typesafe activator >= 1.3.5
# Download the Repository
git clone https://github.com/ifis-tu-bs/sqlalchemist.git
We need to compile and move the front-end sources to our back-end application
# switch to the front-end directory
cd front-end
# install all node-modules
npm install
# with this command the source code will be compiled and moved
grunt move
# switching back to the repository-root
cd ..
now we should do the same with the source of the admin-tool
# switch to the admin-tool directory
cd admin-tool
# install all node-modules
npm install
# compile & move the source code
grunt move
# switching back to the repository-root
cd ..
# switch to the back-end directory
cd back-end
# launching the project
activator run
# switch to the back-end directory
cd back-end
# packaging the
activator debian:packageBin
A detailed description can be found in the API directory
The license is placed in the LICENSE.md