mirror of
https://github.com/paralus/paralus.git
synced 2026-05-06 08:26:53 +00:00
Update Development setup steps
This commit is contained in:
21
README.md
21
README.md
@@ -116,3 +116,24 @@ migrate -path ./persistence/migrations/admindb -database "$POSTGRESQL_URL" up
|
||||
```
|
||||
|
||||
See [cli-usage](https://github.com/golang-migrate/migrate#cli-usage) for more info.
|
||||
|
||||
## Development setup
|
||||
|
||||
Copy `env.example` to `.env`:
|
||||
|
||||
```
|
||||
cp env.example .env
|
||||
```
|
||||
|
||||
Run following Docker Compose command to setup all requirements like
|
||||
Postgres db, Kratos etc. for the rcloud-base:
|
||||
|
||||
```
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
Start rcloud-base server:
|
||||
|
||||
```
|
||||
go run github.com/RafaySystems/rcloud-base
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user