Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Shell | 416 | 2 months ago | 1 | gpl-3.0 | Shell | |||||
Infrastructure Management Shell - Linux | ||||||||||
Config | 396 | 2 months ago | 25 | gpl-2.0 | Shell | |||||
Armbian Linux configuration utility | ||||||||||
Server_notes | 246 | 6 years ago | ||||||||
Building a Server on Digital Ocean With Ubuntu and Nginx | ||||||||||
Lemp Stack | 68 | a year ago | 12 | Shell | ||||||
🤖 LEMP w/ PHP7.X & MariaDB on Ubuntu 16/17/18 x64 | ||||||||||
Magento2 Server Configuration | 63 | 4 years ago | 6 | Shell | ||||||
Magento 2 server configuration -PHP7, Nginx, Postfix | ||||||||||
Django Fabfile | 63 | 9 years ago | 1 | CSS | ||||||
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 Gateway | 44 | 9 days ago | 13 | gpl-3.0 | JavaScript | |||||
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_home | 24 | 19 days ago | 37 | gpl-3.0 | Jinja | |||||
A collection of Ansible roles for home free software self-hosting. | ||||||||||
Awesome Sysadmin Tools | 21 | 3 days ago | ||||||||
Collection of links and resources for sysadmins and Drupal lovers | ||||||||||
2019 06 | 20 | 3 years ago | 6 | mit | JavaScript | |||||
📮 우리들의 이메일 서비스, 다잇누! |
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"
sudo apt-get update
sudo apt-get install git
git clone https://github.com/DavidBelicza/magento2-server-configuration.git
nano install.ini
or gedit install.ini
sudo bash install.sh
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
Article about Magento 2 and Server installation in Hungarian: Magento Propaganda