Magallanes
Deployer
Our great sponsors
Magallanes | Deployer | |
---|---|---|
0 | 19 | |
680 | 9,211 | |
- | 0.7% | |
6.9 | 9.7 | |
23 days ago | 8 days ago | |
PHP | PHP | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Magallanes
We haven't tracked posts mentioning Magallanes yet.
Tracking mentions began in Dec 2020.
Deployer
- How do people put code into production?
-
I put together a tool with PHP that lets you SSH into your EC2 instances using your AWS credentials
a great PHP-based SSH utility: https://github.com/deployphp/deployer
-
Weekly "ask anything" thread
Second, as you are using this for deployment, I would properly recommend using tools designed for that, it could be deployer.
-
How I added zero down deployment to my website
OP check out https://deployer.org
-
Automate Deployments on Merge to Main Branch
SSH-ing into servers and doing a git pull is an approach I've used before with PHP. One thing to lookout for is if that server is taking requests during the git pull. If so, this can lead to some requests failing as files change during the pull. A way to address this is to have a symlink'ed webroot. That way you can keep multiple copies of your repo on the server and swap the symlink once the git pull is done. This also allows a quick rollback to the previous version if there is an issue with the new deploy. Checkout deployer.
- Deploy project on Ubuntu Server
-
What I can do to do more and more devops things?
Ansible is great but if you feel that it's too much, you could start with someting like deployer.org, that you can configure and run locally or from CI.
-
good evening dev, i am uploading a laravel project with filezilla to my hosting for the first time, but i noticed that it takes a long time. What is the best way?
If you know ssh or would like to dive into it, I’d give deployer a go. If not, just use forge. You’ll need git for both of these.
-
Yes, PHP Is Worth Learning/Using in $Current_year
This is not accurate. While some shared hosts offer node or rails you will be limited by memory and it might not even run your app. The reason PHP is so good for shared hosting is that it runs per request and when you have rarely visited PHP application it requires basically no resources. You can have 100s of small websites sharing resources that get few visitors a day on single server and it will be fine. Try doing that with node or rails which are application servers that need to run all the time.
Heroku is fine but imagine you are agency managing 50 small sites. Heroku is like 7usd month minimum? You can pay 350usd month for Heroku or put it all on 20usd VPS and result will be same.
That's why all self-hosted CMSes worth something are in PHP world and there are very few in python/rails/node.
Also its not like PHP devs have been living under a rock for 20 years and don't want nice things. Git deployment is offered even by many shared hostings, people use SFTP+rsync, or things like https://deployer.org/. And there is very active market of server management tools like https://forge.laravel.com/ https://ploi.io/ https://moss.sh/ that combined with attributes of PHP will give you your own little super easy heroku.
And scaling... well most people don't need scale, you scale CMSes by caching anyway. And you can run pretty big scale just on one machine. And if you want automatic extreme scaling it's not like you can't do that with PHP https://vapor.laravel.com/
-
I am lost on how to "correctly" deploy my app to the production server
At my company we use Deployer free and fairy easy to setup/use.
What are some alternatives?
Envoy - Elegant SSH tasks for PHP.
Rocketeer
PHPloy - PHPloy - Incremental Git (S)FTP deployment tool that supports multiple servers, submodules and rollbacks.
swoole-src - Programmatic server for PHP with async IO, coroutines and fibers
Plum - A deployer library for PHP 5.3
Pomander - Deploy your PHP with PHP. Inspired by Capistrano and Vlad.
git-deploy - Php Script for Auto-Pull in server (Using WebHook from GitLab, GitHub and Bitbucket)
liquibase - Main Liquibase Source
docs-deploy - Deploys a VuePress docs repo to GitHub Pages
bref - Serverless PHP on AWS Lambda