You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
https://github.com/fiftin/ansible-semaphore-docs/blob/main/administration-guide/installation.md
To install Semaphore via snap, run following command in terminal:
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
The text was updated successfully, but these errors were encountered: