##// 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 22 .. code-block:: bash
23 23
24 24 # Open iShell from the terminal
25 $ .rccontrol/enterprise-1/profile/bin/paster \
26 ishell .rccontrol/enterprise-1/rhodecode.ini
25 $ rccontrol ishell enterprise-1
27 26
28 27 .. code-block:: mysql
29 28
@@ -46,8 +45,7 b' following example to make changes to thi'
46 45 .. code-block:: bash
47 46
48 47 # Open iShell from the terminal
49 $ .rccontrol/enterprise-5/profile/bin/paster \
50 ishell.rccontrol/enterprise-5/rhodecode.ini
48 $ rccontrol ishell enterprise-1
51 49
52 50 .. code-block:: mysql
53 51
@@ -73,8 +71,7 b' Use the following code example to carry '
73 71 .. code-block:: bash
74 72
75 73 # starts the ishell interactive prompt
76 $ .rccontrol/enterprise-1/profile/bin/paster \
77 ishell .rccontrol/enterprise-1/rhodecode.ini
74 $ rccontrol ishell enterprise-1
78 75
79 76 .. code-block:: mysql
80 77
@@ -106,8 +103,7 b' Use the following code example to carry '
106 103 .. code-block:: bash
107 104
108 105 # starts the ishell interactive prompt
109 $ .rccontrol/enterprise-1/profile/bin/paster \
110 ishell .rccontrol/enterprise-1/rhodecode.ini
106 $ rccontrol ishell enterprise-1
111 107
112 108 .. code-block:: mysql
113 109
@@ -13,7 +13,7 b' 1. Open ishell from the terminal and use'
13 13 .. code-block:: bash
14 14
15 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 18 2. Run the following commands, and ensure that |RCE| has write access to the
19 19 new directory:
General Comments 0
You need to be logged in to leave comments. Login now