0.0.0 • Published 7 years ago

egyetem-tv-web v0.0.0

Weekly downloads
2
License
MIT
Repository
-
Last release
7 years ago

Egyetem tv

How to clone

windows

  • generate rsa key with puttygen
  • add the public rsa key to your gitlab account
  • save the private key as gitlab.key from puttygen in conversion/Export OpenSSH key
  • in your user folder create a config file in the .ssh directory

linux

  • generate rsa key
  • add the public key to your gitlab account
  • make a config file in ~/.ssh

  • edit your config file to contain the configuration below
Host gitinfoteam
Hostname serv2.ehok.u-szeged.hu
Port 10103
User git
IdentityFile YOUR_KEY_PATH

Replace the YOUR_KEY_PATH with your real key path

  • now you can clone the repository git@gitinfoteam:egyetem-tv/egyetem-tv-server.git

How to contribute

The master and the development branch is protected you can only push with master permission to them. If you are working on a task create a branch from the development branch. The branch name should follow the pattern

  • feature/1234 - for feature tickets
  • bug/1234 - for bug tickets

If you are ready with the task submit a new merge request and assign it to someone with a master permission. If your work passes the review and the pipeline your branch will be merged. If your work contains any conflict, rebase it to the development branch. Your commit messes should provide information about the ticket you are working on and a quick summary about your work and it should follow the following pattern

#123 - Example commit message.

How to run

Prerequisites

  • NodeJs
  • Angular CLI npm install -g @angular/cli

Building

npm install
ng serve