Advanced Installation

Here are some advanced installation options that can be used to install RhodeCode.

Automated install

Most of interactive prompts can be skipped by using appropriate installation flags. Here is an example how to do a fully automated installation and setup

curl -L -s -o rcstack https://dls.rhodecode.com/get/stable && chmod +x rcstack

./rcstack init \
--no-prompt \
--install-docker=y \
--arg-storage-path internal \
--docker-revision stable \
--arg-rc-edition ce \
--arg-rc-version stable \
--arg-hostname rcstack.local \
--arg-database-type postgres \
--arg-use-ssl n \
--arg-admin-email admin@example.com \
--arg-admin-user admin \
--arg-admin-pass secret4

./rcstack stack all up -d