Magento2 Server Configuration

Magento 2 server configuration -PHP7, Nginx, Postfix
Alternatives To Magento2 Server Configuration
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Shell416
2 months ago1gpl-3.0Shell
Infrastructure Management Shell - Linux
Config396
2 months ago25gpl-2.0Shell
Armbian Linux configuration utility
Server_notes246
6 years ago
Building a Server on Digital Ocean With Ubuntu and Nginx
Lemp Stack68
a year ago12Shell
🤖 LEMP w/ PHP7.X & MariaDB on Ubuntu 16/17/18 x64
Magento2 Server Configuration63
4 years ago6Shell
Magento 2 server configuration -PHP7, Nginx, Postfix
Django Fabfile63
9 years ago1CSS
Fabfile and default project layout for deploying Django with Nginx, Apache mod_wsgi, Postgres, and Postfix. I don't use this anymore and I'm not sure you should either.
Hermes Secure Email Gateway44
9 days ago13gpl-3.0JavaScript
Hermes Secure Email Gateway is a Free Open Source Ubuntu 18.04 or 20.04 Server based Email Gateway that provides Spam, Virus and Malware protection, full in-transit and at-rest email encryption as well as email archiving. It features the latest email authentication techniques such as SPF, DKIM and DMARC.
Ansible_home24
19 days ago37gpl-3.0Jinja
A collection of Ansible roles for home free software self-hosting.
Awesome Sysadmin Tools21
3 days ago
Collection of links and resources for sysadmins and Drupal lovers
2019 0620
3 years ago6mitJavaScript
📮 우리들의 이메일 서비스, 다잇누!
Alternatives To Magento2 Server Configuration
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Postfix Projects
Popular Nginx Projects
Popular Messaging Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Shell
Server
Mysql
Nginx
Installer
Magento
Postfix