##// END OF EJS Templates
docs: updated information how to start ishell interface for RhodeCode
marcink -
r1242:ed29a63a default
parent child Browse files
Show More
@@ -22,8 +22,7 b' account permissions.'
22 .. code-block:: bash
22 .. code-block:: bash
23
23
24 # Open iShell from the terminal
24 # Open iShell from the terminal
25 $ .rccontrol/enterprise-1/profile/bin/paster \
25 $ rccontrol ishell enterprise-1
26 ishell .rccontrol/enterprise-1/rhodecode.ini
27
26
28 .. code-block:: mysql
27 .. code-block:: mysql
29
28
@@ -46,8 +45,7 b' following example to make changes to thi'
46 .. code-block:: bash
45 .. code-block:: bash
47
46
48 # Open iShell from the terminal
47 # Open iShell from the terminal
49 $ .rccontrol/enterprise-5/profile/bin/paster \
48 $ rccontrol ishell enterprise-1
50 ishell.rccontrol/enterprise-5/rhodecode.ini
51
49
52 .. code-block:: mysql
50 .. code-block:: mysql
53
51
@@ -73,8 +71,7 b' Use the following code example to carry '
73 .. code-block:: bash
71 .. code-block:: bash
74
72
75 # starts the ishell interactive prompt
73 # starts the ishell interactive prompt
76 $ .rccontrol/enterprise-1/profile/bin/paster \
74 $ rccontrol ishell enterprise-1
77 ishell .rccontrol/enterprise-1/rhodecode.ini
78
75
79 .. code-block:: mysql
76 .. code-block:: mysql
80
77
@@ -106,8 +103,7 b' Use the following code example to carry '
106 .. code-block:: bash
103 .. code-block:: bash
107
104
108 # starts the ishell interactive prompt
105 # starts the ishell interactive prompt
109 $ .rccontrol/enterprise-1/profile/bin/paster \
106 $ rccontrol ishell enterprise-1
110 ishell .rccontrol/enterprise-1/rhodecode.ini
111
107
112 .. code-block:: mysql
108 .. code-block:: mysql
113
109
@@ -13,7 +13,7 b' 1. Open ishell from the terminal and use'
13 .. code-block:: bash
13 .. code-block:: bash
14
14
15 # Open iShell from the terminal and set ini file
15 # Open iShell from the terminal and set ini file
16 $ .rccontrol/enterprise-1/profile/bin/paster ishell .rccontrol/enterprise-1/rhodecode.ini
16 $ rccontrol ishell enterprise-1
17
17
18 2. Run the following commands, and ensure that |RCE| has write access to the
18 2. Run the following commands, and ensure that |RCE| has write access to the
19 new directory:
19 new directory:
General Comments 0
You need to be logged in to leave comments. Login now