Skip to content

Latest commit

 

History

History

passwords

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

genPass.sh

This utility script will generate the passwords for CircleCI Server installation.

Prerequisite

  • docker must be installed and running

Usage

curl -Ls https://raw.githubusercontent.com/CircleCI-Public/server-scripts/main/passwords/generate_password.sh | bash 

# if docker is expecting sudo
curl -Ls https://raw.githubusercontent.com/CircleCI-Public/server-scripts/main/passwords/generate_password.sh | sudo bash 

Supported Platform

  • Mac
  • Linux
  • Windows (WSL)