get your $100 credit and deploy on DigitalOcean
curl -Lo magenx.sh https://magenx.sh && bash magenx.sh
https://user-images.githubusercontent.com/1591200/128596448-2bf94578-8e80-47bf-b770-1799ae97df53.mp4
you can run in screen
to have indestructible session:
apt install -y screen
screen
bash magenx.sh
Dedicated server / Container
8Gb RAM
*like DigitalOcean cloud servers
Get a fully pre-configured server with Magento and LEMP stack in just 10 minutes! π
Extra premium options available:
Complete linux stack including:
You can select the type of environment and Magento mode respectively. By installing 3 environments on one server at the same time - developer, staging and production, or one type only if you use simple development or even different servers per environment. The script configures users, folders, and all settings for a given environment.
All configuration parameters saved in sqlite database.
sqlite3 -line /opt/magenx/config/magenx.db "SELECT * FROM magento;"
sqlite3 -line /opt/magenx/config/magenx.db "SELECT * FROM system;"
Once up and running, set up SSL with certbot (already installed):
certbot certonly --agree-tos --no-eff-email --email {EMAIL} --webroot -w /home/{USER}/public_html/pub
and uncomment the lines for SSL in:
You have the opportunity to install a new Magento 2, and it is best to do this in a developer environment. Push the code to your Github repository and from there develop and deploy to production and staging environment using Github Actions.
This is the safest and most productive approach.
There are few configuration files available for Github Actions [paid extra] deployments:
~/deploy.sh
- basic script to catch Github Actions deployment input and run git and magento commands~/.env
- magento 2 environment variables~/.ssh/authorized_keys
- pre-configured ssh keysyou can use the following:
sudo cacheflush
- to flush magento cache and restart php-fpm / nginxmysqltuner
- to see mysql metrics and parametersmytop
- database query monitoring / managementn98-magerun2
- magento 2 extented cli?developer=xxx
Magento-nginx-config/magento2/conf_m2/maps.confYou can use this for free. But its not free to create it. This takes time and research.
If you are using this project, there are few ways you can support it:
β€οΈ Opensource