##// END OF EJS Templates
docs: updated some installation instructions
marcink -
r144:e4b1972a default
parent child Browse files
Show More
@@ -23,6 +23,8 b" rst_epilog = '''"
23 23 .. |RCV| replace:: RhodeCode Enterprise
24 24 .. |RCM| replace:: RhodeCode Enterprise
25 25 .. |RCE| replace:: RhodeCode Enterprise
26 .. |RCCE| replace:: RhodeCode Enterprise
27 .. |RCEE| replace:: RhodeCode Community
26 28 .. |RCX| replace:: RhodeCode Extensions
27 29 .. |RCT| replace:: RhodeCode Tools
28 30 .. |RCEBOLD| replace:: **RhodeCode Enterprise**
@@ -5,12 +5,12 b' Make Database Changes'
5 5
6 6 .. important::
7 7
8 If you do change the |repo| database that |RCM| uses, then you will need to
8 If you do change the |repo| database that |RCEE| uses, then you will need to
9 9 upgrade the database, and also remap and rescan the |repos|. More detailed
10 10 information is available in the
11 11 :ref:`Alternative upgrade documentation <control:install-port>`.
12 12
13 If you need to change database connection details for a |RCM| instance,
13 If you need to change database connection details for a |RCEE| instance,
14 14 use the following steps:
15 15
16 16 1. Open the :file:`rhodecode.ini` file for the instance you wish to edit. The
@@ -17,10 +17,12 b' Quick Start Guide'
17 17 credentials during |RCE| installation. See the relevant database
18 18 documentation for more details.
19 19
20 To get |RCM| up and running, run through the below steps:
20 To get |RCE| up and running, run through the below steps:
21 21
22 22 1. Download the latest |RCC| installer from your `rhodecode.com`_ profile
23 page. If you don't have an account, sign up at `rhodecode.com/register`_.
23 or main page.
24 If you don't have an account, sign up at `rhodecode.com/register`_.
25
24 26 2. Run the |RCC| installer and accept the End User Licence using the
25 27 following example:
26 28
@@ -45,13 +47,18 b' 3. Install a VCS Server, and configure i'
45 47 Added process group vcsserver-1
46 48
47 49
48 4. Install |RCE|. If using MySQL or PostgreSQL, during installation you'll be
49 asked for your database credentials, so have them at hand. You don't need
50 any for SQLite.
50 4. Install |RCEE| or |RCCE|. If using MySQL or PostgreSQL, during
51 installation you'll be asked for your database credentials, so have them at hand.
52 Mysql or Postgres needs to be running and a new database needs to be created.
53 You don't need any credentials or to create a database for SQLite.
51 54
52 55 .. code-block:: bash
53 56 :emphasize-lines: 11-16
54 57
58 $ rccontrol install Community
59
60 or
61
55 62 $ rccontrol install Enterprise
56 63
57 64 Username [admin]: username
@@ -69,8 +76,8 b' 4. Install |RCE|. If using MySQL or Post'
69 76 Database password: somepassword
70 77 Database name: example-db-name
71 78
72 5. Check the status of your installation. You |RCE| instance runs on the URL
73 displayed in the status message.
79 5. Check the status of your installation. You |RCEE|/|RCCE| instance runs
80 on the URL displayed in the status message.
74 81
75 82 .. code-block:: bash
76 83
@@ -79,13 +86,13 b' 5. Check the status of your installation'
79 86 - NAME: enterprise-1
80 87 - STATUS: RUNNING
81 88 - TYPE: Enterprise
82 - VERSION: 3.3.0
89 - VERSION: 4.1.0
83 90 - URL: http://127.0.0.1:10003
84 91
85 92 - NAME: vcsserver-1
86 93 - STATUS: RUNNING
87 94 - TYPE: VCSServer
88 - VERSION: 3.3.0
95 - VERSION: 4.1.0
89 96 - URL: http://127.0.0.1:10001
90 97
91 98 .. note::
General Comments 0
You need to be logged in to leave comments. Login now