This repository contains sources of KAPC. Here will be available only uncompressed files obtained with a java tool that permit to unconmpress and compress files related to karuta needs.
- cloning
- for users
git clone https://github.com/EsupPortail/KAPC.git
- for kapc developpers
git clone git@github.com:EsupPortail/KAPC.git
- for users
- cd KAPC
- check that you have at least java 11 available:
java --version
- from a console (from the project directory) run
javac utils.java
to compile - check that a
utils.class
is created without error
You should run all commands from this project directory !
- export from karuta the archive locally
- use this command to uncompress on this project:
java utils -u THE_PATH_TO_ZIP_FILE
- check that the
./source/
directory is updated, you can use the git commandgit diff
git add -a source/
to add to index files to commitgit commit
to create a feature/path commit - see here to follow coventional commit format/textgit push
to share sources by pushing on central repository.
- use this command to compress KAPC source
java utils -c
- read the output to know where the zip is generated (into
target
folder).