Set up automated testing that runs every time your development team pushes code changes.
Self-host your own CI/CD pipeline instead of depending on a paid cloud service.
Automatically deploy code to your server after tests pass without manual steps.
Customize your test and deployment workflow through plugins for your specific stack.
Requires a running MongoDB instance and a Node.js server, setup documentation lives at an external site rather than in the repo.
Strider is an open source platform for running automated tests and deploying code automatically whenever a developer pushes changes. This type of system is typically called a continuous integration and continuous deployment server, often shortened to CI/CD. The idea is that every time someone updates the code, Strider runs a series of checks and, if everything passes, handles the deployment step without manual intervention. The platform is built on Node.js for the server side and Ember.js for the browser interface, with MongoDB used to store data. It is released under the BSD license, which allows both personal and commercial use. The README describes the system as highly customizable through plugins, though it does not go into detail about what those plugins cover or how to install them. Getting started documentation lives at the project site strider-cd.github.io rather than in the repository itself. The README is mostly a list of financial backers and sponsors rather than setup instructions. For questions, the project pointed users to a Gitter chat room. Strider appears to be aimed at development teams that want to self-host their own test and deployment automation rather than relying on a hosted service. The codebase is open, so organizations with specific requirements can modify it or build plugins to fit their workflow. The repository does not provide much detail in the README about supported languages, deployment targets, or what kinds of tests it can run. Those details are presumably covered in the linked documentation site.
← strider-cd on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.