mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
17 lines
333 B
Bash
Executable File
17 lines
333 B
Bash
Executable File
go install github.com/go-task/task/v3/cmd/task@latest
|
|
|
|
(cd ./web && npm install)
|
|
|
|
python3 -m venv .venv
|
|
|
|
./.venv/bin/pip3 install ansible
|
|
|
|
task build
|
|
|
|
./bin/semaphore user add \
|
|
--admin \
|
|
--login user123 \
|
|
--name User123 \
|
|
--email user123@example.com \
|
|
--password 123456 \
|
|
--config ./.devcontainer/config.json |