peridot/peridot
Mustafa Gezen f2526a2a7e
SOURCES dir should always be available in SRPM mode
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
2022-08-02 12:52:52 +02:00
..
builder/v1 SOURCES dir should always be available in SRPM mode 2022-08-02 12:52:52 +02:00
cmd/v1 Change temporal.kube_env to append 2022-07-30 00:55:06 +02:00
common Initial commit 2022-07-07 22:13:21 +02:00
composetools Initial commit 2022-07-07 22:13:21 +02:00
data Initial commit 2022-07-07 22:13:21 +02:00
db Initial commit 2022-07-07 22:13:21 +02:00
impl/v1 Initial commit 2022-07-07 22:13:21 +02:00
keykeeper Fix keykeeper error return 2022-07-29 23:43:47 +02:00
lookaside Initial commit 2022-07-07 22:13:21 +02:00
migrate Initial commit 2022-07-07 22:13:21 +02:00
plugin Initial commit 2022-07-07 22:13:21 +02:00
proto/v1 Initial commit 2022-07-07 22:13:21 +02:00
rpmbuild Initial commit 2022-07-07 22:13:21 +02:00
tools Initial commit 2022-07-07 22:13:21 +02:00
ui Initial commit 2022-07-07 22:13:21 +02:00
yummeta Initial commit 2022-07-07 22:13:21 +02:00
yumrepofs/v1 Yumrepofs should translate i386 to i686 2022-07-27 22:32:35 +02:00
BUILD Initial commit 2022-07-07 22:13:21 +02:00
README.md Initial commit 2022-07-07 22:13:21 +02:00
seed.sql Remove triple copyright in seed.sql 2022-07-08 02:05:14 +02:00

peridot

Local development

Requirements: Temporal (running on host), MinIO (running on host) and Kubernetes (Using Docker for Desktop)

Source the .env file: source .env

Start UI:

ibazel run //ui:peridot.server

Start server (deploys to K8s):

br //peridot/cmd/v1/peridotserver/ci:peridotserver.dev.local_push_apply

Start ephemeral (deploys to K8s):

br //peridot/cmd/v1/peridotephemeral/ci:peridotephemeral.dev.local_push_apply

To make changes to the builder or ephemeral instance just re-run the deployment command.