Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Top 17 Shell Deployment Projects
-
-
Project mention: Zero-downtime deployment tool for web apps (created by DHH, creator of Rails) | news.ycombinator.com | 2023-02-17
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
I cannot ignore the fact that I am an AWS Community Builder, so it was a no-brainer that I would implement this on AWS. Registering a domain and setting it up on Route 53 was the first step. Then I looked at the possibilities of hosting. The site is written in Jeklly and each page is generated separately. Using GitHub Actions, I can regenerate the static pages every time there is a new commit. Hosting a static website on AWS isn’t rocket science. S3 static file hosting is a cheap and easy way. I just needed to find a way how to publish my files to S3. Jake Jarvis created a GitHub Action that can sync your files to S3. All you have to do is to create the appropriate IAM permissions and your files will be pushed to the S3 bucket of your choice. From there, AWS will do the rest. I have created a CloudFront distribution to get HTTPS and fast access from Hungary. Currently there is no AWS region in Hungary, but there is an edge location in Budapest, so serving the site from there gives fast access to Hungarian users. 🔥🔥🔥
-
Project mention: Which policies, profiles, scripts, apps and packages do you consider must-have? | reddit.com/r/jamf | 2023-03-13
If you want to make things easy for your users and yourself, take a look at Installomator. It'll unlock a lot of nice workflows for your users, since you could put a specific title's install action available in Self Service and thats always gonna be easier than trying to track down the vendor's URL and finding the right download. It also means you don't have to repackage anything.
-
bastille
Bastille is an open-source system for automating deployment and management of containerized applications on FreeBSD.
Project mention: Are there some sort of "jails images" one can pull to quickly setup popular software stacks? | reddit.com/r/freebsd | 2023-03-06Not exactly what you’re looking for, but https://bastillebsd.org is maybe a step towards it?
-
heroku-buildpack-rust
A buildpack for Rust applications on Heroku, with full support for Rustup, cargo and build caching.
Project mention: I got an error while trying to deploy Rust Rocket on Heroku | reddit.com/r/rust | 2022-07-16rocket: 0.5.0-rc.2 diesel: 1.4.4 nightly: in the latest version Heroku Buildpack: https://github.com/emk/heroku-buildpack-rust Also I am using a rust-toolchain file.
-
Project mention: I've been collecting a list of k8s/container tools and sorting them by the number of stars in Github, so far the most complete k8s/container list I know of with almost 250 entries - hoping this is useful for someone else besides me - looking for feedback, ideas for improvement and contributors | reddit.com/r/kubernetes | 2022-10-12
Here's the file that acts as a database https://github.com/vilaca/awesome-k8s-tools/tree/main/data and here's the scripts that generates the README https://github.com/vilaca/awesome-k8s-tools/tree/main/build
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: How do I cross compile for Rasperry Pi 64 bit on Windows? | reddit.com/r/learnrust | 2023-02-11
-
Project mention: any body here who has experience in chrooting on rooted phone without proot | reddit.com/r/termux | 2022-10-06
https://github.com/meefik/linuxdeploy-cli/blob/cc0979478938ea76bb6fbb4ba4a1fb7399cf1506/include/core/aid/android_groups
-
Project mention: How to automate delivering builds to testers via Discord: Tutorial | reddit.com/r/gamedev | 2022-08-15
Heads up! If you use github then publishing to steam is already automated and opensourced
-
I found this wp engine repo recently about using GitHub actions to deploy to wp engine. I haven’t had a chance to test it out yet but it looks promising. https://github.com/wpengine/github-action-wpe-site-deploy
-
bento
A KISS deployment tool to keep your NixOS fleet (servers & workstations) up to date. (by rapenne-s)
Project mention: How to set up a NixOS based architecture for IoT? | reddit.com/r/NixOS | 2023-03-03Sounds like this could be an option - https://github.com/rapenne-s/bento
-
Project mention: Show HN: Superblocks – IDE for Internal Apps, APIs and Cron Jobs | news.ycombinator.com | 2022-08-04
Note that Our agent (which is what executes code) is on GitHub here and source available: https://github.com/superblocksteam/agent
Our approach is somewhat akin to say Datadog where they have an agent that you run, but the UI is hosted.
The approach we took was to give customers a) ability to keep data in their VPC, b) security teams can audit anything running in their network, c) anything non-sensitive doesn't need to be hosted by the customer to make it simpler to run/manage.
Would be curious what you think of this hybrid approach and if there are further design decisions we could make that could be useful for us to incorporate?
-
ezinnit
ezinnit initializes your gitlab repository and your server. Your app will be live and commits to main will automatically deploy.
Project mention: Plug in your droplet ip, your domain and your gitlab info and in 5 minutes your web app is live at https://yourdomain, and all future commits to main are automatically deployed. Included templates for new django, flask and fastApi projects! | reddit.com/r/webdev | 2022-11-28 -
If someone wants to try out IPMI locally with VMs, here is a setup for that: https://github.com/kinvolk/racker/tree/main/racker-sim (you don't need to use Flatcar and Racker)
-
-
ryo-host
Deploy a rollyourown host server using Ansible. Mirror of the https://rollyourown.xyz ryo-host repository.
https://github.com/rollyourown-xyz/ryo-host
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Shell Deployment related posts
- pf/opn sense best LINUX alternative
- Zero-downtime deployment tool for web apps (created by DHH, creator of Rails)
- docker rollout - Zero Downtime Deployment for docker-compose
- docker rollout - Zero Downtime Deployment for docker-compose
- Using Bastille for managing FreeBSD Jails
- docker rollout - Zero Downtime Deployment for docker-compose
- Show HN: Docker rollout – Zero Downtime Deployment for Docker-compose
-
A note from our sponsor - InfluxDB
www.influxdata.com | 21 Mar 2023
Index
What are some of the best open-source Deployment projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | edeliver | 1,949 |
2 | docker-rollout | 1,076 |
3 | s3-sync-action | 865 |
4 | Installomator | 687 |
5 | bastille | 658 |
6 | heroku-buildpack-rust | 509 |
7 | awesome-k8s-tools | 424 |
8 | rust-musl-cross | 401 |
9 | linuxdeploy-cli | 197 |
10 | steam-deploy | 144 |
11 | github-action-wpe-site-deploy | 123 |
12 | bento | 100 |
13 | agent | 31 |
14 | ezinnit | 15 |
15 | racker | 12 |
16 | prefect-cli-action | 4 |
17 | ryo-host | 1 |