From a590d0bcf91b988db376093312dbbb707f3ebcc8 Mon Sep 17 00:00:00 2001 From: Rutvik Date: Fri, 21 Jun 2024 07:19:48 +0530 Subject: [PATCH] Worked on DevOps page under the Resources section and Updated the Folder name --- docs/Resources/DevOps.md | 56 ++++++++++++++++++ .../requestSideChainCreation.md | 0 .../Running A Side Chain/runningASideChain.md | 0 .../gcp-curl-chain-stat.png | Bin .../gcp-deployed.png | Bin .../gcp-docker-compose.png | Bin .../gcp-ssh-select.png | Bin .../Running aelf On The Cloud/gcp-step1.png | Bin .../Running aelf On The Cloud/gcp-step2-a.png | Bin .../Running aelf On The Cloud/gcp-step2-b.png | Bin .../Running aelf On The Cloud/googleCloud.md | 0 .../aelf-blockchain-boot-sequance.md | 0 .../smart-contract-developing-demos.md | 0 13 files changed, 56 insertions(+) create mode 100644 docs/Resources/DevOps.md rename docs/{tutorials => Tutorials}/Running A Side Chain/requestSideChainCreation.md (100%) rename docs/{tutorials => Tutorials}/Running A Side Chain/runningASideChain.md (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-curl-chain-stat.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-deployed.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-docker-compose.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-ssh-select.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-step1.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-step2-a.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/gcp-step2-b.png (100%) rename docs/{tutorials => Tutorials}/Running aelf On The Cloud/googleCloud.md (100%) rename docs/{tutorials => Tutorials}/aelf-blockchain-boot-sequance.md (100%) rename docs/{tutorials => Tutorials}/smart-contract-developing-demos.md (100%) diff --git a/docs/Resources/DevOps.md b/docs/Resources/DevOps.md new file mode 100644 index 0000000..b3a3851 --- /dev/null +++ b/docs/Resources/DevOps.md @@ -0,0 +1,56 @@ + +# DevOps + +## Open Source Development + +At aelf, we prioritize openness and transparency in our development process. Our project is fully open source, and we share our code and current issues online. This approach helps keep our project accessible to everyone. + +### Collaborative Standard + +We value collaboration and welcome contributions and feedback. However, to maintain high standards, we ask all collaborators to follow these guidelines: + +1. **Understand aelf**: Before contributing, read our white paper and documentation to understand the core concepts and architecture. Reviewing our code and existing functionalities is also recommended. +2. **Ask Questions**: If you have any questions, open an issue on GitHub. Clearly state what you need to clarify. +3. **Submit Pull Requests**: When you're ready to contribute, submit a pull request on GitHub. Our core team will review and discuss your submission. If approved, it will be merged into the project. + +For more details, please refer to our [Code of Conduct](https://github.com/AElfProject/AElf/blob/dev/CODE_OF_CONDUCT.md). + +## Deployment + +We use the semantic versioning system (SemVer) for version control. For more information, visit [SemVer](https://semver.org). + +### Daily Builds + +We have a cron job integrated with GitHub that publishes the latest version of our development packages to MyGet. You can find them here: +- [MyGet: aelf-project-dev](https://www.myget.org/gallery/aelf-project-dev) + +### Release Branch + +For stable releases, our packages are available on NuGet: +- [NuGet: AElf](https://www.nuget.org/profiles/AElf) + +## Testing + +Testing is crucial for maintaining and improving software quality. We focus on two main types of testing: unit testing and performance testing. + +### Unit Testing + +Unit tests ensure the functionality and protocol integrity of our blockchain system. We use the xUnit framework and follow best practices to cover as much functionality as possible. For any new feature, we ensure it is covered by unit tests to prevent regressions and allow safe modifications. + +### Performance Testing + +Performance testing is vital for aelf, as speed is one of our system's key strengths. These tests help ensure that changes do not negatively impact the transaction and block processing speed of our nodes. + +## Monitoring + +### Server Monitoring + +We use Zabbix to monitor server metrics such as CPU usage and database performance. + +### Chain Monitoring + +Our GitHub project includes a Grafana dashboard powered by InfluxDB for chain monitoring. + +### Akka Monitoring + +We monitor actors in our system using Akka. \ No newline at end of file diff --git a/docs/tutorials/Running A Side Chain/requestSideChainCreation.md b/docs/Tutorials/Running A Side Chain/requestSideChainCreation.md similarity index 100% rename from docs/tutorials/Running A Side Chain/requestSideChainCreation.md rename to docs/Tutorials/Running A Side Chain/requestSideChainCreation.md diff --git a/docs/tutorials/Running A Side Chain/runningASideChain.md b/docs/Tutorials/Running A Side Chain/runningASideChain.md similarity index 100% rename from docs/tutorials/Running A Side Chain/runningASideChain.md rename to docs/Tutorials/Running A Side Chain/runningASideChain.md diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-curl-chain-stat.png b/docs/Tutorials/Running aelf On The Cloud/gcp-curl-chain-stat.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-curl-chain-stat.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-curl-chain-stat.png diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-deployed.png b/docs/Tutorials/Running aelf On The Cloud/gcp-deployed.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-deployed.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-deployed.png diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-docker-compose.png b/docs/Tutorials/Running aelf On The Cloud/gcp-docker-compose.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-docker-compose.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-docker-compose.png diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-ssh-select.png b/docs/Tutorials/Running aelf On The Cloud/gcp-ssh-select.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-ssh-select.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-ssh-select.png diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-step1.png b/docs/Tutorials/Running aelf On The Cloud/gcp-step1.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-step1.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-step1.png diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-step2-a.png b/docs/Tutorials/Running aelf On The Cloud/gcp-step2-a.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-step2-a.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-step2-a.png diff --git a/docs/tutorials/Running aelf On The Cloud/gcp-step2-b.png b/docs/Tutorials/Running aelf On The Cloud/gcp-step2-b.png similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/gcp-step2-b.png rename to docs/Tutorials/Running aelf On The Cloud/gcp-step2-b.png diff --git a/docs/tutorials/Running aelf On The Cloud/googleCloud.md b/docs/Tutorials/Running aelf On The Cloud/googleCloud.md similarity index 100% rename from docs/tutorials/Running aelf On The Cloud/googleCloud.md rename to docs/Tutorials/Running aelf On The Cloud/googleCloud.md diff --git a/docs/tutorials/aelf-blockchain-boot-sequance.md b/docs/Tutorials/aelf-blockchain-boot-sequance.md similarity index 100% rename from docs/tutorials/aelf-blockchain-boot-sequance.md rename to docs/Tutorials/aelf-blockchain-boot-sequance.md diff --git a/docs/tutorials/smart-contract-developing-demos.md b/docs/Tutorials/smart-contract-developing-demos.md similarity index 100% rename from docs/tutorials/smart-contract-developing-demos.md rename to docs/Tutorials/smart-contract-developing-demos.md