Giter Club home page Giter Club logo

devbox's People

Contributors

tassoskoutlas avatar

Stargazers

 avatar

Watchers

 avatar  avatar

devbox's Issues

Enable database user and password

Currently devbox adopts a multiuser approach on database layer. This needs to be simplified into a single user with multiple databases and expose db_user and db_pass as environmental variables that can be used directly in settings.php.

Optimise Apache/PHP

Improve apache process performance via optimising:

=ENABLE
mpm_event

=DISABLE
alias
autoindex
env
negotiation
reqtimeout
status
php7.2
mpm_prefork

Initially loaded modules
core_module (static)
so_module (static)
watchdog_module (static)
http_module (static)
log_config_module (static)
logio_module (static)
version_module (static)
unixd_module (static)
access_compat_module (shared)
alias_module (shared)
auth_basic_module (shared)
authn_core_module (shared)
authn_file_module (shared)
authz_core_module (shared)
authz_host_module (shared)
authz_user_module (shared)
autoindex_module (shared)
deflate_module (shared)
dir_module (shared)
env_module (shared)
filter_module (shared)
mime_module (shared)
mpm_event_module (shared)
negotiation_module (shared)
proxy_module (shared)
proxy_fcgi_module (shared)
reqtimeout_module (shared)
rewrite_module (shared)
setenvif_module (shared)
status_module (shared)

https://www.monitis.com/blog/25-apache-performance-tuning-tips/
https://geekflare.com/php-fpm-optimization/

Create Drupal installation automatically

vagrant up (create db + docroot)
mysql -e "CREATE DATABASE drupal CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci"
vagrant ssh
cd ~/projects/...
composer create-project drupal/recommended-project .
cp web/sites/default.settings.php settings.php - uncomment last lines
cp web/sites/example.settings.local.php web/sites/default/settings.local.php
drush site-install --account-name=admin --account-pass=admin
https://www.drupal.org/project/drupal/issues/2003420

Clean up README

Clean up README to reflect new way of working with devbox.

Python deprecation warning

Message from Ansible

[DEPRECATION WARNING]: Distribution Ubuntu 18.04 on host devbox should use
/usr/bin/python3, but is using /usr/bin/python for backward compatibility with
prior Ansible releases. A future Ansible release will default to using the
discovered platform python for this host. See https://docs.ansible.com/ansible/
2.9/reference_appendices/interpreter_discovery.html for more information. This
feature will be removed in version 2.12. Deprecation warnings can be disabled
by setting deprecation_warnings=False in ansible.cfg.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.