Fedora Development Machine .net core + angular 9




Things to do after installing fedora 32 for .net core and Angular 9 development


  1. Install build-essential `sudo dnf install make automake gcc gcc-c++ kernel-devel`
  2. Install node version manager (https://github.com/nvm-sh/nvm) and install nvm eg: `nvm install 12.18.2`
  3. Install visual studio code and plugins (https://mycodingreferences.blogspot.com/2020/07/visual-studio-code-plugins-for-angular.html)
  4. Install .net core https://docs.microsoft.com/en-gb/dotnet/core/install/linux-fedora && https://docs.microsoft.com/en-gb/dotnet/core/install/linux-fedora#fedora-32- 
  5. Now Install .net tool for entity framework `dotnet tool install --global dotnet-ef`
  6. Install bash-gitprompt ref here -> https://github.com/magicmonty/bash-git-prompt
  7. install xclip
  8. Generate keypair for ssh access to github / bitbucket issue command `ssh-keygen ` and generate key pair , `cat id_rsa.pub` and copy public key and update gitbub ssh public key ref :: https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key/ or https://docs.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent 
  9. Update bashrc file with `ssh-add ~/.ssh/id_rsa`
  10. Install gitg / git-cola 
  11. npm install -g @angular/cli


Comments

Popular posts from this blog

Fedora 32 Setting up Citrix workspace client

Probing element in app.config + Post build event to copy multiple files

List of useful tools(Must have tools/Application)