Skip to content
Snippets Groups Projects

Setting up the Review for Coscine

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Benedikt Heinrichs
    Edited
    setupReview.py 961 B
    git clone git@git.rwth-aachen.de:coscine/frontend/libraries/api-client.git
    cd api-client
    git checkout dev
    yarn install
    yarn build
    cd ..
    
    git clone git@git.rwth-aachen.de:coscine/frontend/libraries/form-generator.git
    cd form-generator
    git checkout dev
    yarn install
    yarn build
    cd ..
    
    git clone git@git.rwth-aachen.de:coscine/frontend/apps/ui.git
    cd ui
    git checkout dev
    yarn link ../api-client
    yarn link ../form-generator
    yarn install
    yarn build
    Copy-Item dist -Destination "C:\Integrations\apps\ui" -Recurse -force
    cd ..
    
    git clone git@git.rwth-aachen.de:coscine/frontend/apps/aimsfrontend.git
    cd aimsfrontend
    git checkout dev
    yarn link ../api-client
    yarn link ../form-generator
    yarn install
    yarn build
    Copy-Item dist -Destination "C:\Integrations\apps\aimsfrontend" -Recurse -force
    cd ..
    
    git clone git@git.rwth-aachen.de:coscine/backend/apis/coscine.git
    cd coscine
    git checkout dev
    nomad stop Coscine.Api
    dotnet run --project src\Coscine.Api\Coscine.Api.csproj
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment