##// END OF EJS Templates
docs: updated docs build for 5.0.X
docs: updated docs build for 5.0.X

File last commit:

r5344:206a16d7 stable
r5344:206a16d7 stable
Show More
quick-start.rst
92 lines | 3.7 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
docs: updated docs build for 5.0.X
r5344 :ref:`RhodeCode rcstack Documentation <rcstack:installation>`
project: added all source files and assets
r1
docs: updated docs build for 5.0.X
r5344
project: added all source files and assets
r1
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: updated docs build for 5.0.X
r5344 1. Register to get the latest |RCC| installer instruction from `rhodecode.com/download`_.
docs: updated some installation instructions
r144 If you don't have an account, sign up at `rhodecode.com/register`_.
docs: updated docs build for 5.0.X
r5344 2. Run the |RCS| installer and start init process.
project: added all source files and assets
r1 following example:
.. code-block:: bash
docs: updated docs build for 5.0.X
r5344 mkdir docker-rhodecode && cd docker-rhodecode
curl -L -s -o rcstack https://dls.rhodecode.com/get-rcstack && chmod +x rcstack
project: added all source files and assets
r1
docs: updated docs build for 5.0.X
r5344 ./rcstack init
docs: added SAML documentation....
r3290
docs: added some tips about root installation to quick-start guide.
r4235
.. important::
We recommend running RhodeCode as a non-root user, such as `rhodecode`;
docs: updated docs build for 5.0.X
r5344 this user must have a proper home directory and sudo permissions (to start Docker)
docs: added some tips about root installation to quick-start guide.
r4235 Either log in as that user to install the software, or do it as root
docs: updated docs build for 5.0.X
r5344 with `sudo -i -u rhodecode ./rcstack init`
docs: added some tips about root installation to quick-start guide.
r4235
docs: updated docs build for 5.0.X
r5344 3. Follow instructions on |RCS| documentation pages
:ref:`Quick install tutorial <rcstack:quick_installation>`
4. Check stack status
.. code-block:: bash
./rcstack status
Output should look similar to this:
project: added all source files and assets
r1
.. code-block:: bash
docs: updated docs build for 5.0.X
r5344 ---
CONTAINER ID IMAGE STATUS NAMES PORTS
ef54fc528e3a traefik:v2.9.5 Up 2 hours rc_cluster_router-traefik-1 0.0.0.0:80->80/tcp, :::80->80/tcp
f3ea0539e8b0 rhodecode/rhodecode-ee:4.28.0 Up 2 hours (healthy) rc_cluster_apps-rhodecode-1 0.0.0.0:10020->10020/tcp, :::10020->10020/tcp
2be52ba58ffe rhodecode/rhodecode-ee:4.28.0 Up 2 hours (healthy) rc_cluster_apps-vcsserver-1
7cd730ad3263 rhodecode/rhodecode-ee:4.28.0 Up 2 hours (healthy) rc_cluster_apps-celery-1
dfa231342c87 rhodecode/rhodecode-ee:4.28.0 Up 2 hours (healthy) rc_cluster_apps-celery-beat-1
d3d76ce2de96 rhodecode/rhodecode-ee:4.28.0 Up 2 hours (healthy) rc_cluster_apps-sshd-1
daaac329414b rhodecode/rhodecode-ee:4.28.0 Up 2 hours (healthy) rc_cluster_apps-svn-1
7b8504fb9acb nginx:1.23.2 Up 2 hours (healthy) rc_cluster_services-nginx-1 80/tcp
7279c25feb6b elasticsearch:6.8.23 Up 2 hours (healthy) rc_cluster_services-elasticsearch-1 9200/tcp, 9300/tcp
19fb93587493 redis:7.0.5 Up 2 hours (healthy) rc_cluster_services-redis-1 6379/tcp
fb77fb6496c6 channelstream/channelstream:0.7.1 Up 2 hours (healthy) rc_cluster_services-channelstream-1 8000/tcp
cb6c5c022f5b postgres:14.6 Up 2 hours (healthy) rc_cluster_services-database-1 5432/tcp
project: added all source files and assets
r1
docs: updated docs build for 5.0.X
r5344 At this point you should be able to access:
project: added all source files and assets
r1
docs: updated docs build for 5.0.X
r5344 - RhodeCode instance at your domain entered, e.g http://rhodecode.local, the default access
credentials are generated and stored inside .runtime.env.
For example::
project: added all source files and assets
r1
docs: updated docs build for 5.0.X
r5344 RHODECODE_USER_NAME=admin
RHODECODE_USER_PASS=super-secret-password
project: added all source files and assets
r1
.. note::
Recommended post quick start install instructions:
* Read the documentation
docs: updated docs build for 5.0.X
r5344 * Carry out the :ref:`rhodecode-post-install-ref`
project: added all source files and assets
r1 * 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/