##// END OF EJS Templates
upgrade: fixed old style rc upgrade sometimes used with a very old installer.
upgrade: fixed old style rc upgrade sometimes used with a very old installer.

File last commit:

r3290:ac4e4e5a default
r3505:c75dd264 stable
Show More
quick-start.rst
113 lines | 3.3 KiB | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _quick-start:
docs: more explicit naming of quick start guide
r468 Quick Start Installation Guide
==============================
project: added all source files and assets
r1
.. important::
These are quick start instructions. To optimize your |RCE|,
|RCC|, and |RCT| usage, read the more detailed instructions in our guides.
For detailed installation instructions, see
:ref:`RhodeCode Control Documentation <control:rcc>`
.. tip::
If using a non-SQLite database, install and configure the database, create
a new user, and grant permissions. You will be prompted for this user's
credentials during |RCE| installation. See the relevant database
documentation for more details.
docs: updated some installation instructions
r144 To get |RCE| up and running, run through the below steps:
project: added all source files and assets
r1
docs: fixing download link in quick start guide
r744 1. Download the latest |RCC| installer from `rhodecode.com/download`_.
docs: updated some installation instructions
r144 If you don't have an account, sign up at `rhodecode.com/register`_.
project: added all source files and assets
r1 2. Run the |RCC| installer and accept the End User Licence using the
following example:
.. code-block:: bash
docs: added SAML documentation....
r3290 $ chmod +x RhodeCode-installer-linux-*
project: added all source files and assets
r1 $ ./RhodeCode-installer-linux-*
docs: added SAML documentation....
r3290 Do you accept the RhodeCode Control license?
Press [Y] to accept license and [V] to view license text: y
project: added all source files and assets
r1 3. Install a VCS Server, and configure it to start at boot.
.. code-block:: bash
$ rccontrol install VCSServer
Agree to the licence agreement? [y/N]: y
IP to start the server on [127.0.0.1]:
Port for the server to start [10005]:
Creating new instance: vcsserver-1
Installing RhodeCode VCSServer
Configuring RhodeCode VCS Server ...
Supervisord state is: RUNNING
Added process group vcsserver-1
docs: updated some installation instructions
r144 4. Install |RCEE| or |RCCE|. If using MySQL or PostgreSQL, during
installation you'll be asked for your database credentials, so have them at hand.
Mysql or Postgres needs to be running and a new database needs to be created.
You don't need any credentials or to create a database for SQLite.
project: added all source files and assets
r1
.. code-block:: bash
:emphasize-lines: 11-16
docs: updated some installation instructions
r144 $ rccontrol install Community
or
project: added all source files and assets
r1 $ rccontrol install Enterprise
Username [admin]: username
Password (min 6 chars):
Repeat for confirmation:
Email: your@mail.com
Respositories location [/home/brian/repos]:
IP to start the Enterprise server on [127.0.0.1]:
Port for the Enterprise server to use [10004]:
Database type - [s]qlite, [m]ysql, [p]ostresql:
PostgreSQL selected
Database host [127.0.0.1]:
Database port [5432]:
Database username: db-user-name
Database password: somepassword
Database name: example-db-name
docs: updated some installation instructions
r144 5. Check the status of your installation. You |RCEE|/|RCCE| instance runs
on the URL displayed in the status message.
project: added all source files and assets
r1
.. code-block:: bash
$ rccontrol status
- NAME: enterprise-1
- STATUS: RUNNING
- TYPE: Enterprise
docs: updated some installation instructions
r144 - VERSION: 4.1.0
project: added all source files and assets
r1 - URL: http://127.0.0.1:10003
- NAME: vcsserver-1
- STATUS: RUNNING
- TYPE: VCSServer
docs: updated some installation instructions
r144 - VERSION: 4.1.0
project: added all source files and assets
r1 - URL: http://127.0.0.1:10001
.. note::
Recommended post quick start install instructions:
* Read the documentation
* Carry out the :ref:`rhodecode-post-instal-ref`
* Set up :ref:`indexing-ref`
* Familiarise yourself with the :ref:`rhodecode-admin-ref` section.
.. _rhodecode.com/download/: https://rhodecode.com/download/
.. _rhodecode.com: https://rhodecode.com/
.. _rhodecode.com/register: https://rhodecode.com/register/
docs: fixing download link in quick start guide
r744 .. _rhodecode.com/download: https://rhodecode.com/download/