Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
failys committed May 18, 2020
2 parents 173abdb + cc7204d commit bd4fcf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/buildDemo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo docker stop cairis-mysql
sudo docker rm $(sudo docker ps -aq)
sudo docker rmi $(sudo docker images -q)
sudo docker volume rm $(docker volume ls)
sudo docker run --name cairis-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.7 --thread_stack=256K
sudo docker run --name cairis-mysql -e MYSQL_ROOT_PASSWORD=my-secret-pw -d mysql:5.7 --thread_stack=512K
sudo docker run --name cairis-docs -d -v cairisDocumentation:/tmpDocker -v cairisImage:/images -t shamalfaily/cairis-docs
sudo docker run --name CAIRIS -d --link cairis-mysql:mysql --link cairis-docs:docs -P -p 80:8000 --net=bridge -v cairisDocumentation:/tmpDocker -v cairisImage:/images shamalfaily/cairis

Expand Down
2 changes: 1 addition & 1 deletion docs/traceability.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Traceability
Allowable manual traceability links
-----------------------------------

CAIRIS is based on the IRIS meta-model and, in most cases, traceability between model elements is automatic because the CAIRIS database knows how model elements are connected based on this meta-model.
CAIRIS is based on the IRIS meta-model. In most cases, traceability between model elements is automatic because the CAIRIS database knows how model elements are connected based on this meta-model.
In some cases, however, it is necessary to add manual traceability relationships, e.g. between one requirement and other.

The table below indicates what manual links are allowed to be set between elements.
Expand Down

0 comments on commit bd4fcf3

Please sign in to comment.