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
Copy file name to clipboardExpand all lines: Source/Documentation/Manual/start.rst
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,24 @@ installation profile.
16
16
17
17
.. image:: images/start-activity.png
18
18
19
-
If not, then you must download some content and add it as an Installation Profile.
19
+
If not, then the next ``Download Content`` form is shown where you can download content. This form is described in the next `Content` chapter.
20
+
21
+
Content
22
+
=======
23
+
24
+
Clicking on the ``Content`` button makes the ``Download Content`` form popup (if not already there for an new empty Open Rails installation):
25
+
26
+
.. image:: images/download-content-form.png
27
+
28
+
Select the route to be installed. This list will be enlarged by the OR team when suitable routes become available.
29
+
However it is still possible to install routes manually as described in the next chapter.
30
+
31
+
* ``Install path`` and ``Browse``: Fill in or Browse to the path where the route is to be installed. Each route will be installed in it's own subdirectory.
32
+
* ``Info``: Gives more information of the selected route. The default web browser will be started with the information page.
33
+
* ``Install``: Installs the selected route. A popup mentions the directory where the route is to be installed before starting the actual install. Installation profile gets added also.
34
+
* ``Start``: Some routes have default start parameters and can be started via this button with these parameters.
35
+
* ``Delete``: Delete route with this button. Take care: whole directory including added and changed files gets deleted.
36
+
* ``Update``: GitHub based routes can get updated after the install by means of this button. Check for updates is done when clicking this button. Or at the end of the information webpage. Also GitHub has a watch possibility for getting changes on the repository being mailed.
0 commit comments