Show Menu
Cheatography

Entwicklung Microservices Cheat Sheet by

Notizen zur Entwicklung von Microservices

Projekt aufsetzen - JHipster

Unter Debian
* Instal­lation von node.js
curl -sL https:­//d­eb.n­od­eso­urc­e.c­om/­set­up_6.x | sudo -E bash -

sudo apt-get install -y nodejs


 apt-get install yarn

 apt-get install git

Instal­liere noch java und maven global im System.

yarn global add yo
(als admin)

yarn global add genera­tor­-jh­ipster

mkdir projektdir

cd projektdir

yo jhipster


Aktual­isi­erung der jhipster version
npm install -g genera­tor­-jh­ipster (als admin)
yarn global upgrade genera­tor­-jh­ipster (als admin)
Alle globalen Instal­lat­ionen müssen mit root Rechten erfolgen.
Alle Aktionen im Projek­tve­rze­ichnis dürfen nur mit User Rechten durchg­eführt werden - es sei denn es handelt sich um globale Instal­lat­ionen.

Instal­lation aktual­isieren

Aktual­isi­erung von yo (als admin)
npm install -g yo
Getestet unter debian linux

Proble­mbe­han­dlungen

Error: EACCES: permission denied, open '/root­/.c­onf­ig/­con­fig­sto­re/­ins­igh­t-y­o.json' 

You don't have access to this file.


Folgende Kommandos als root ausführen:

sudo apt update && sudo apt upgrade

sudo apt install build-­ess­ential libssl-dev

curl -sL https:­//r­aw.g­it­hub­use­rco­nte­nt.c­om­/cr­eat­ion­ix/­nvm­/v0.33.2/­ins­tall.sh -o instal­l_n­vm.sh

bash instal­l_n­vm.sh

# Höchste Version bestimmen und im nächsten Schritt einsetzen

nvm ls-remote

nvm install v10.0.0

nvm use v10.0.0

# Version prüfen 

node -v
 

Comments

No comments yet. Add yours below!

Add a Comment

Your Comment

Please enter your name.

    Please enter your email address

      Please enter your Comment.

          Related Cheat Sheets

          AngularJS Cheat Sheet
          JavaScript: Basic, Advanced, & More Cheat Sheet
          Spring Framework 4 Cheat Sheet

          More Cheat Sheets by FunThomas424242

          Praktische Java Libs Cheat Sheet