Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

Checking out the code

  1. Create an account on https://github.com/
  2. Create a remote fork of https://github.com/Taskana/taskana

    Fork A Repo (Github Help)

  3. Install Git


  4. Create a local clone

    git clone https://github.com/<yourname>/taskana.git


  5. Create a remote for the upstream project so that it is later easier to retrieve changes from the main repository.

    cd taskana
    git remote add upstream https://github.com/Taskana/taskana.git

Build the application(s)

Taskana Library

cd lib
mvn clean install


  • No labels