All Projects → DavidBelicza → magento2-server-configuration

DavidBelicza / magento2-server-configuration

Licence: other
Magento 2 server configuration -PHP7, Nginx, Postfix

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to magento2-server-configuration

Free Email Forwarding
The best free email forwarding for custom domains. Visit our website to get started (SMTP server)
Stars: ✭ 2,024 (+2876.47%)
Mutual labels:  postfix
docker-postfix
Postfix Docker image. Read-only mirror of https://gitlab.com/tozd/docker/postfix
Stars: ✭ 23 (-66.18%)
Mutual labels:  postfix
module-dsu-client
No description or website provided.
Stars: ✭ 17 (-75%)
Mutual labels:  magento
Docker Postfix
Simple SMTP relay docker image.
Stars: ✭ 162 (+138.24%)
Mutual labels:  postfix
Magento-2-aws-cluster-terraform
Magento 2 AWS autoscaling cluster with Terraform and Packer or ImageBuilder. Adobe Commerce Cloud alternative. The best ecommerce infrastructure. Drive more sales online. Transparent billing. Developer-friendly. No hidden bottlenecks.
Stars: ✭ 107 (+57.35%)
Mutual labels:  magento
vagrant-magento
**DEPRECATED**
Stars: ✭ 12 (-82.35%)
Mutual labels:  magento
Onionmx
Onion delivery, so delicious
Stars: ✭ 138 (+102.94%)
Mutual labels:  postfix
Worldpay-Magento2-CG
Worldpay Magento 2 Plugin for Worldpay Corporate Gateway
Stars: ✭ 15 (-77.94%)
Mutual labels:  magento
module-blog-m22
Fixes for Blog on Magento 2.2.x
Stars: ✭ 21 (-69.12%)
Mutual labels:  magento
ControlCenter
Mirrored from GitLab! Monitoring and automation for Open Source email servers, starting with Postfix. Please do not submit issues or PRs here - join us at: https://gitlab.com/lightmeter
Stars: ✭ 88 (+29.41%)
Mutual labels:  postfix
Docker Postfix
Simple SMTP server / postfix null relay host for your Docker and Kubernetes containers. Based on Alpine Linux.
Stars: ✭ 163 (+139.71%)
Mutual labels:  postfix
magento2-guest-to-customer
Guest to Customer for Magento2 - Quickly and easily convert existing guest checkout customers to registered customers.
Stars: ✭ 66 (-2.94%)
Mutual labels:  magento
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (-44.12%)
Mutual labels:  magento
Modoboa Installer
An installer for Modoboa
Stars: ✭ 161 (+136.76%)
Mutual labels:  postfix
magento2-db-log-cleaner
Magento2 Cron Log Cleaning
Stars: ✭ 23 (-66.18%)
Mutual labels:  magento
Modoboa
Mail hosting made simple
Stars: ✭ 1,998 (+2838.24%)
Mutual labels:  postfix
magento2
For any issues or questions please get in touch with us via [email protected]
Stars: ✭ 15 (-77.94%)
Mutual labels:  magento
module-matrixrate
WebShopApps MatrixRates for Magento2
Stars: ✭ 115 (+69.12%)
Mutual labels:  magento
module-dsu
No description or website provided.
Stars: ✭ 18 (-73.53%)
Mutual labels:  magento
mageFaker
Sample data generator for Magento
Stars: ✭ 22 (-67.65%)
Mutual labels:  magento

Magento 2 Automatized Server Configurator

This script installs the Magento and its server environment. It installs Nginx, PHP7, MySQL, Postfix, Composer, Magento 2, Magento sample data and all required packages and dependencies. It also set the Linux swapping and Vhost configuration.

This script makes ready Magento 2 to work for development and sets a single one store for one website.

This Magento environment fine for module and template development and Magento core contribution development

Pre-requirements: Ubuntu 18.04 with Internet connection.

To install Magento, first fill out the install.ini file then run the command "sudo bash install.sh"

Guide

  • Get an Ubuntu 18.04
  • Update it: sudo apt-get update
  • Install git: sudo apt-get install git
  • Download this installer: git clone https://github.com/DavidBelicza/magento2-server-configuration.git
  • Set your user names and passwords: nano install.ini or gedit install.ini
  • Run the installer: sudo bash install.sh
  • Now, you have an installed Magento 2 prepared to development

After Installation

The installation process created the Magento Linux User automatically, so you can login as Magento and use Magento's commands:

  • cd /var/www/html/mywebshop.com/webroot
  • su magento
  • php bin/magento

If you have any permission issues use the following commands:

  • cd /var/www/html/mywebshop.com/webroot
  • chown -R :www-data .
  • find . -type d -exec chmod 770 {} \;
  • find . -type f -exec chmod 660 {} \;
  • chmod u+x bin/magento

Installation Demo

Magento 2 Installation - Full Server: Nginx, MySQL, PHP7, Sample Data

Articles

Article about Magento 2 and Server installation in Hungarian: Magento Propaganda

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].