Skip to content

Installation

Sebastian Held edited this page Aug 30, 2019 · 12 revisions

Install Moskito

Clone Moskito and Tiger form Github repository

git clone https://github.com/kit-agw/moskito.git

Compile it out of Moskito directory

make –j4

Run test cases

./run_tests -j4

Some Github commands

git status Check branch status

git pull Fetch from and integrate with repository or local branch

git add . Add file contents to the index; the . meaning all files; also individual files can be added

git commit Tell github, which files to push

git push origin <<branch>> Push the files to special branch

Adding peacock

Go to your Moose directory

type: pwd --> Path of peacock

add export PATH=pwd:$Path to the end of your .bashrc file, where pwd is printout from the former request.

Bashrc file is only visible in the Home directory, when you switch in the hidden folders under properties.

Clone this wiki locally