Tag: MariaDB

  • Install CiviCRM on WordPress with Nginx

    Install CiviCRM on WordPress with Nginx

    Over the weekend I installed a copy of CiviCRM on WordPress to demo for a small nonprofit that recently asked me to help with some of their data needs. CiviCRM is a constituent relationship management (CRM) system designed for nonprofit organizations. While I installed it as a WordPress plugin, it’s also available for Joomla and Drupal. […]

  • LEMP stack installation scripts for Ubuntu 14.04

    LEMP stack installation scripts for Ubuntu 14.04

    This weekend I overhauled my quick-lemp scripts for automating part of the server setup and LEMP stack installation process. The basic functionality is the same: standard new server setup is performed and a fully functioning LEMP stack is installed along with a sample Flask applications. What has changed is the way the scripts are divided and how…

  • Install Redmine with Nginx, Puma, and MariaDB/MySQL on Ubuntu 14.04

    Install Redmine with Nginx, Puma, and MariaDB/MySQL on Ubuntu 14.04

    Install Redmine on a LEMP stack On a whim I decided to try installing Redmine, the popular project management application written in Ruby on Rails. I don’t have any experience with Ruby, but there don’t seem to be any comparable open source Python options out there. Since I don’t plan on using Ruby for anything…

  • LEMP stack deployment script for Ubuntu 12.04

    LEMP stack deployment script for Ubuntu 12.04

    I use Cloud Servers from Rackspace for most of my application hosting. Through their control panel I can quickly create, rebuild, and delete virtual private servers quickly and easily whenever I want. The only frustrating part has been having to spend time doing the same initial configuration and LEMP stack installation tasks on each new…

  • LEMP stack set up with Nginx, uWSGI, and MariaDB on Ubuntu 12.04

    LEMP stack set up with Nginx, uWSGI, and MariaDB on Ubuntu 12.04

    Over the past six months I’ve been deploying my Python projects using uWSGI and NGINX almost elusively. While they each have an overwhelming number configuration options available, deploying basic apps with them can be pretty painless. Here’s one simple option for setting up your LEMP stack on Ubuntu 12.04 and deploying a Flask application. Getting…