mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-22 20:41:40 +02:00
Adapt github workflow and startDemo.sh script
This commit is contained in:
@@ -8,13 +8,13 @@ tar xJf job-archive.tar.xz
|
||||
rm ./job-archive.tar.xz
|
||||
|
||||
touch ./job.db
|
||||
cd ../frontend
|
||||
cd ../web/frontend
|
||||
yarn install
|
||||
yarn build
|
||||
|
||||
cd ..
|
||||
cd ../..
|
||||
go get
|
||||
go build
|
||||
go build cmd/cc-backend
|
||||
|
||||
./cc-backend --init-db --add-user demo:admin:AdminDev --no-server
|
||||
./cc-backend
|
||||
|
Reference in New Issue
Block a user