Coder Social home page Coder Social logo

test-lamp's Introduction

To Do:

  • Restrict to sudo only
  • Custom config for cached results

Completed:

  • Varnish server
  • Nginx server
  • PHP-FPM server
  • MariaDB server
  • FTP server server
  • Wordpress initial
  • Links between services
  • phpMyAdmin
  • Custom FTP user

Requirements note:

Host should be using Centos 7.

Package python-passlib should be present on the host running ansible-playbook.

For phpmyadmin download, I've issued a git command instead of the classic "get zip, unzip" method that I've used for Wordpress. This git method requries git version 1.9.1+ to use the "depth=1" option, this skips .git entire history to be downloaded i.e. use your disk space, if your git version is lower, then it will not fail (as it has a fallback method), but instead extra disk space will be used.

Your PC hosts file alteration for both WP and phpmyadmin URL should look like (if your server IP is 10.10.0.5):

10.10.0.5 www.test.com test.com pma.test.com

Temp usage pre-vagrant setup:

ansible-playbook site.yml

You can add -v at the end of it for a more detailed output.

Edit "hosts" entry in file site.yml from

- hosts: test

to

- hosts: your_host

test-lamp's People

Contributors

kirkwor avatar

Watchers

James Cloos avatar  avatar

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.