Home

Awesome

Magento 2 installation - Magenx e-commerce webstack

Debian 11 12 | Ubuntu 20.04 22.04

Production ready + AWS Graviton2 ARM support

get your $100 credit and deploy on DigitalOcean

:rocket: Installation:

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

System requirements:

Dedicated server / Container
8Gb RAM
*like DigitalOcean cloud servers

💾 MagenX ecommerce webstack for Magento 2 Open Source

Get a fully pre-configured server with Magento and LEMP stack in just 10 minutes! 🚀

Extra premium options available:

Complete linux stack including:

🔡 Environment / Magento mode:

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.

📄 Get config:

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;"

🛡️ SSL / HTTPS:

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:

:hammer_and_wrench: DevOps idea:

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:

🧰 Tools:

you can use the following:

😻 Support the project

You 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:

deniszokov_paypal_qrcode

❤️ Opensource