From 19f2d02e7eb4f35bd3fe60397fcb95a1f5c89ea3 Mon Sep 17 00:00:00 2001 From: techmaharaj Date: Mon, 6 Jun 2022 11:46:48 +0530 Subject: [PATCH] Updated repo name references --- CONTRIBUTING.md | 18 +++++++++--------- README.md | 14 +++++++------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 917f920..f21c2a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/README.md b/README.md index 6ab0067..883c90f 100644 --- a/README.md +++ b/README.md @@ -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 ```