semaphore-docs icon indicating copy to clipboard operation
semaphore-docs copied to clipboard

user add didnt work because he wants run setup

Open BoBBer446 opened this issue 2 years ago • 0 comments

https://github.com/fiftin/ansible-semaphore-docs/blob/main/administration-guide/installation.md To install Semaphore via snap, run following command in terminal:

sudo snap install semaphore
Semaphore will be available by URL https://localhost:3000/.

But to log in, you should create an admin user. Use the following commands:

sudo snap stop semaphore

sudo semaphore user add --admin \
--login john \
--name=John \
[email protected] \
--password=12345

sudo snap start semaphore

didnt work root@v0028:~# semaphore user add --admin --login Rene --name rene --email [email protected] --password 1234 Cannot Find configuration! Use --config parameter to point to a JSON file generated by semaphore setup.

if i start setup i didnt know wich mysql config is used because web ui is running

BoBBer446 avatar Mar 15 '23 11:03 BoBBer446