mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-24 22:06:43 +01:00
17 lines
329 B
Bash
Executable File
17 lines
329 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 admin \
|
|
--name Admin \
|
|
--email admin@example.com \
|
|
--password changeme \
|
|
--config ./.devcontainer/config.json |