Git Product home page Git Product logo

leocornus.buildout.cfgrepo's Introduction

leocornus.buildout.cfgrepo

Create this repository to save some buildout configuration files to make my daily development work easier.

What's in

I will try to include the following utilities:

  • MySQL/MariaDB database compile and build
  • MySQL/MariaDB database server setup utilities
  • MySQL/MariaDB configuration
  • SQLite3 compile and build
  • Nginx compile and build
  • Nginx configuration for all kind of applications, including WordPress, MediaWiki, Django, etc.
  • PHP-FPM compile and build
  • PHP-FPM configuration

How to use

cfgrepo is very easy to use. You could try the following methods:

  • hard copy, download from GitHub and copy to your buildout facility.
  • symlink, clone from GitHub and symlink to your buildout folder.
  • submodule, adding cfgrepo as a submodule of your project.

git submodule and tag

Add cfgrepo as a submodule:

$ cd myproject
$ git submodule add git://github.com/leocornus/leocornus.buildout.cfgrepo.git buildout/cfgrepo
$ git commit -m "add cfgrepo as submodule" .

Update to use a certain tag:

$ cd buildout/cfgrepo
$ git checkout v0.1
$ cd ../..
$ git add buildout/cfgrepo
$ git commit -m "update to cfgrepo v0.1" buildout/cfgrepo
$ git push

Register and update submodule in your project:

$ cd myproject
$ git submodule init
$ git submodule update

License

GNU General Public License Version 2

Change Log

cfgrepo-0.4 (2014-04-03) -----------------------

  • adding cfg to build node.js and MediaWiki Parsoid Service
  • install Java
  • install and config Tomcat
  • install and config Trac

0.3 (2013-10-31)

  • Alternative way to setup supervisor by using collective.recipe.template and zc.recipe.egg.

0.2 (2012-05-08)

  • Add config profile to build legacy MySQL database server up to version 5.1.x

0.1 (2012-04-27)

  • initial release, taged as v0.1

leocornus.buildout.cfgrepo's People

Contributors

seanchen avatar joka avatar

Watchers

tony eve 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.