Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leocornus/leocornus.buildout.cfgrepo
Save some buildout configuration files to easy daily development work.
https://github.com/leocornus/leocornus.buildout.cfgrepo
build build-automation build-tools buildout buildout-template python sysadmin
Last synced: about 2 months ago
JSON representation
Save some buildout configuration files to easy daily development work.
- Host: GitHub
- URL: https://github.com/leocornus/leocornus.buildout.cfgrepo
- Owner: leocornus
- License: gpl-2.0
- Created: 2012-04-19T15:32:14.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2022-03-18T22:41:40.000Z (almost 3 years ago)
- Last Synced: 2024-03-26T01:46:00.910Z (9 months ago)
- Topics: build, build-automation, build-tools, buildout, buildout-template, python, sysadmin
- Language: Shell
- Size: 715 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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 configurationHow 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 pushRegister and update submodule in your project::
$ cd myproject
$ git submodule init
$ git submodule updateLicense
=======GNU General Public License Version 2
Change Log
==========- `cfgrepo releae 0.5 `_
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 Trac0.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.x0.1 (2012-04-27)
----------------- initial release, taged as v0.1