Updated repo name references

This commit is contained in:
techmaharaj
2022-06-06 11:46:48 +05:30
parent b6a7f97700
commit 19f2d02e7e
2 changed files with 16 additions and 16 deletions
+9 -9
View File
@@ -12,11 +12,11 @@ Once you decide on an issue, please comment on it so that all of us know that yo
If youre 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.
+7 -7
View File
@@ -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
```