mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
Updated repo name references
This commit is contained in:
+9
-9
@@ -12,11 +12,11 @@ Once you decide on an issue, please comment on it so that all of us know that yo
|
||||
|
||||
If you’re looking to add a new feature, raise a new issue and start a discussion with the community. Engage with the maintainers of the project and work your way through.
|
||||
|
||||
Below are all the details you need to know about the `RCloud Base` repo and get started with the development.
|
||||
Below are all the details you need to know about the `Core` repo and get started with the development.
|
||||
|
||||
# Rcloud Base
|
||||
# Core
|
||||
|
||||
This repository contains all the rcloud-system components that are the backbone for Paralus.
|
||||
This repository contains all the core system components that are the backbone for Paralus.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -35,7 +35,7 @@ This repository contains all the rcloud-system components that are the backbone
|
||||
### Using `docker-compose`
|
||||
|
||||
Run following Docker Compose command to setup all requirements like
|
||||
Postgres db, Kratos etc. for the rcloud-base.
|
||||
Postgres db, Kratos etc. for core.
|
||||
|
||||
_This will start up postgres and elasticsearch as well as kratos and
|
||||
run the kratos migrations. It will also run all the necessary
|
||||
@@ -45,10 +45,10 @@ migrations. It also starts up a mail slurper for you to use Kratos._
|
||||
docker-compose --env-file ./env.example up -d
|
||||
```
|
||||
|
||||
Start rcloud-base:
|
||||
Start core:
|
||||
|
||||
```bash
|
||||
go run github.com/paralus/rcloud-base
|
||||
go run github.com/paralus/core
|
||||
```
|
||||
|
||||
### Manual
|
||||
@@ -125,12 +125,12 @@ See [cli-usage](https://github.com/golang-migrate/migrate#cli-usage) for more in
|
||||
|
||||
#### Start application
|
||||
|
||||
Start rcloud-base:
|
||||
Start core:
|
||||
|
||||
```bash
|
||||
go run github.com/paralus/rcloud-base
|
||||
go run github.com/paralus/core
|
||||
```
|
||||
|
||||
## Need Help?
|
||||
|
||||
If you are interested to contribute to rcloud-base but are stuck with any of the steps, feel free to reach out to us. Please create an issue in this repository describing your issue and we'll take it up from there.
|
||||
If you are interested to contribute to core but are stuck with any of the steps, feel free to reach out to us. Please create an issue in this repository describing your issue and we'll take it up from there.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Rcloud Base
|
||||
# Core
|
||||
|
||||
This repository contains all the rcloud-system components that are the backbone for ztka and gitops.
|
||||
This repository contains all the core system components that are the backbone for Paralus.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -19,7 +19,7 @@ This repository contains all the rcloud-system components that are the backbone
|
||||
### Using `docker-compose`
|
||||
|
||||
Run following Docker Compose command to setup all requirements like
|
||||
Postgres db, Kratos etc. for the rcloud-base.
|
||||
Postgres db, Kratos etc. for the core.
|
||||
|
||||
_This will start up postgres and elasticsearch as well as kratos and
|
||||
run the kratos migrations. It will also run all the necessary
|
||||
@@ -29,10 +29,10 @@ migrations. It also starts up a mail slurper for you to use Kratos._
|
||||
docker-compose --env-file ./env.example up -d
|
||||
```
|
||||
|
||||
Start rcloud-base:
|
||||
Start core:
|
||||
|
||||
```bash
|
||||
go run github.com/paralus/rcloud-base
|
||||
go run github.com/paralus/core
|
||||
```
|
||||
|
||||
### Manual
|
||||
@@ -109,8 +109,8 @@ See [cli-usage](https://github.com/golang-migrate/migrate#cli-usage) for more in
|
||||
|
||||
#### Start application
|
||||
|
||||
Start rcloud-base:
|
||||
Start core:
|
||||
|
||||
```bash
|
||||
go run github.com/paralus/rcloud-base
|
||||
go run github.com/paralus/core
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user