You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core and lib packages are managed, i.e. most likely no changes should be done or can be commited to the online repository. Wiki of the according projects will soon contain some help.
16
+
The core and lib packages are managed, i.e. most likely no changes should be done or can be committed to the online repository. Wiki of the according projects will soon contain some help.
16
17
17
18
How to get started with git / GITlab
18
19
------------------------------------
@@ -92,14 +93,14 @@ To view a repository, double-click on its entry in the SourceTree *Bookmarks* wi
92
93
Getting Started Programming
93
94
----------------
94
95
95
-
### Create your user folder ###
96
-
97
-
Once you have successfully cloned the bootstrapping project onto your hard drive, navigate to the `user` folder. There create a folder using the following naming scheme: `+username`. Your username is the first two letters of your last name and the first two letters of your first name. So if your name is Max Mustermann, your username would be `muma`.
98
-
99
-
### Check out the tutorials! ###
100
-
101
-
Inside the directory `user/+tutorials` you will find a few tutorials to get you started. Some of them also have read me files like the one you are reading right now, be sure to check them out. To run one of the tutorials, enter the following command into the MATLAB command window: For example the „simple_flow“ tutorial is `vhab.exec(’tutorials.simple_flow.setup’)`. Once the simulation has completed (you will see this by the outputs in the command window), you can plot the results of your simulation by entering `oLastSimObj.plot()` in the command window. Now you can play around with some of the parameters of the systems inside the tutorial and see what happens.
102
-
96
+
### Create your user folder ###
97
+
98
+
Once you have successfully cloned the bootstrapping project onto your hard drive, navigate to the `user` folder. There create a folder using the following naming scheme: `+username`. Your username is the first two letters of your last name and the first two letters of your first name. So if your name is Max Mustermann, your username would be `muma`.
99
+
100
+
### Check out the tutorials! ###
101
+
102
+
Inside the directory `user/+tutorials` you will find a few tutorials to get you started. Some of them also have read me files like the one you are reading right now, be sure to check them out. To run one of the tutorials, enter the following command into the MATLAB command window: For example the „simple_flow“ tutorial is `vhab.exec(’tutorials.simple_flow.setup’)`. Once the simulation has completed (you will see this by the outputs in the command window), you can plot the results of your simulation by entering `oLastSimObj.plot()` in the command window. Now you can play around with some of the parameters of the systems inside the tutorial and see what happens.
103
+
103
104
### How to update your local files ###
104
105
105
106
If you want to update your local working copy files to the current version, select the bootstrapping repository in SourceTree and press "pull". This should load all new or changed files onto your machine.
0 commit comments