-
Notifications
You must be signed in to change notification settings - Fork 2
Rename to Exordos #315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Rename to Exordos #315
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,28 +1,28 @@ | ||
|  | ||
|  | ||
|  | ||
|  | ||
|
|
||
| <p align="center"> | ||
| <img height="256" src="logo.svg" alt="genesis core svg logo"> | ||
| <img height="256" src="logo.svg" alt="exordos core svg logo"> | ||
| </p> | ||
|
|
||
| Welcome to Genesis Core! | ||
| Welcome to Exordos Core! | ||
|
|
||
| The Genesis Core is an open source software that offers a one turnkey solution to deal with infrastructure at all levels - from bare metal and virtual machines to applications and services. | ||
| The Exordos Core is an open source software that offers a one turnkey solution to deal with infrastructure at all levels - from bare metal and virtual machines to applications and services. | ||
|
|
||
| Refer to the [wiki](https://github.com/infraguys/genesis_core/wiki) for more detailed information. | ||
| Refer to the [wiki](https://github.com/infraguys/exordos_core/wiki) for more detailed information. | ||
|
|
||
| # 📦 Installation | ||
|
|
||
| There are several ways to install Genesis Core and depend on your purpose you can choose one of them. | ||
| There are several ways to install Exordos Core and depend on your purpose you can choose one of them. | ||
|
|
||
| ## Try it out | ||
|
|
||
| If you want to try Genesis Core in a few minutes, download the `all-in-one` [stand](https://github.com/infraguys/gci_dev_all_in_one). It's a ready-to-go virtual machine image with preinstalled Genesis Core and ability to get full functionality such as creating inner(nested) virtual machines, installation elements and many others. | ||
| If you want to try Exordos Core in a few minutes, download the `all-in-one` [stand](https://github.com/infraguys/gci_dev_all_in_one). It's a ready-to-go virtual machine image with preinstalled Exordos Core and ability to get full functionality such as creating inner(nested) virtual machines, installation elements and many others. | ||
| This stand may be used for development purposes as well if you are focusing on a new element development. | ||
|
|
||
| ## Basic usage | ||
|
|
||
| In a case you would like to run Genesis Core on your own infrastructure, you can use the [basic guide](https://github.com/infraguys/genesis_core/wiki/BasicUsage) for more details. | ||
| In a case you would like to run Exordos Core on your own infrastructure, you can use the [basic guide](https://github.com/infraguys/exordos_core/wiki/BasicUsage) for more details. | ||
|
|
||
| # 🚀 Development | ||
|
|
||
|
|
@@ -52,7 +52,7 @@ tox -e develop | |
| source .tox/develop/bin/activate | ||
| ``` | ||
|
|
||
| Follow the development guide [here](https://github.com/infraguys/genesis_core/wiki/DevelopmentGuide) for more details. | ||
| Follow the development guide [here](https://github.com/infraguys/exordos_core/wiki/DevelopmentGuide) for more details. | ||
|
|
||
| # ⚙️ Tests | ||
|
|
||
|
|
@@ -71,7 +71,7 @@ tox -e py312-functional | |
| To run functional tests, export the following environment variables: | ||
|
|
||
| ```bash | ||
| export DATABASE_URI="postgresql://genesis_core:genesis_core@127.0.0.1:5432/genesis_core" | ||
| export DATABASE_URI="postgresql://exordos_core:exordos_core@127.0.0.1:5432/exordos_core" | ||
| export ADMIN_PASSWORD="admin" | ||
| export DEFAULT_CLIENT_SECRET="GenesisCoreSecret" | ||
| export GLOBAL_SALT="FOy/2kwwdn0ig1QOq7cestqe" | ||
|
|
@@ -80,8 +80,8 @@ export HS256_KEY="secret" | |
|
|
||
| # 🔗 Related projects | ||
|
|
||
| - Genesis SDK is a set of tools for developing Genesis elements. You can find it [here](https://github.com/infraguys/gcl_sdk). | ||
| - Genesis DevTools it's a set oftools to manager life cycle of genesis projects. You can find it [here](https://github.com/infraguys/genesis_devtools). | ||
| - Exordos SDK is a set of tools for developing Exordos elements. You can find it [here](https://github.com/infraguys/gcl_sdk). | ||
| - Exordos DevTools it's a set oftools to manager life cycle of genesis projects. You can find it [here](https://github.com/infraguys/genesis_devtools). | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This line has a couple of inconsistencies from the rename:
References
|
||
|
|
||
| # 💡 Contributing | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's an inconsistency in URL updates. While GitHub repository links have been updated from genesis_core to exordos_core, several other URLs pointing to domains like repository.genesis-core.tech and genesis-core.tech have not been changed throughout the project. For a complete rename, these should also be updated if new domains are available.
References