Welcome to Centmin Mod Community
Become a Member

Introduction

Discussion in 'Introductions' started by jeffwidman, Dec 5, 2014.

  1. jeffwidman

    jeffwidman Active Member

    152
    27
    28
    Dec 3, 2014
    Ratings:
    +51
    Local Time:
    3:32 AM
    Jeff here, I run two forums. One of them is using some ancient perl code, the other is a Simple Machines forum that I wanted to upgrade to Xenforo. When I went looking for a script to help setup a webserver that'd use php/nginx/mysql, stumbled across Centminmod. I'm more used to working with Ansible style tools where you save the server config in code, and ideally never SSH into the server, you just run Ansible against it and it handles everything. I considered writing that, but George has done a fantastic job building a bunch of optimizations into Centminmod to tweak default installations of things, so decided to go with that instead.

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,348
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    9:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    welcome @jeffwidman to the world of Centmin Mod and thanks for the kind words :)

    Looks like you have some work to do for such forum migrations !
     
  3. jeffwidman

    jeffwidman Active Member

    152
    27
    28
    Dec 3, 2014
    Ratings:
    +51
    Local Time:
    3:32 AM
    It's been great actually. Working through the php and nginx config has filled in some knowledge gaps about stuff that I normally don't have to deal with (for example in python opcaching is built-in so you don't ever think about it). It's much nicer to not have to worry about that stuff, but at the same time, all abstractions are a bit leaky, so understanding what's happening under the surface is very handy...