CodeSnippet/README.md

68 lines
1.6 KiB
Markdown
Raw Normal View History

2014-02-21 11:10:14 +08:00
popkit
2014-01-21 19:57:31 +08:00
=========
2014-01-21 20:32:41 +08:00
## INTRO
2014-02-17 17:24:28 +08:00
This repo includes lots of configure scripts, which can be used in
2014-01-21 20:32:41 +08:00
server and desktop.
2014-01-22 15:41:24 +08:00
## USAGE
2014-02-21 11:00:29 +08:00
* ./configure -- configure local machine with this repo
2014-02-21 11:01:29 +08:00
* ./configure -c -- collect local configure files
2014-02-21 11:00:29 +08:00
## SUBREPO
1. doc
This subrepo uses to write technical notes, such how to install
mysql2redis etc.
2. elisp
This subrepo contains lots of emacs lisp scripts.
3. kit
This subrepo includes many system configure scripts, and useful
other scripts.
4. nginx
The subrepo is used for nginix configure.
2014-01-22 15:41:24 +08:00
2014-02-21 11:00:29 +08:00
5. phpd
This subrepo related to php.
6. rsync
Rsync is a very useful backup tool, which can backup data
incremental.
7. sql
Its contains some mysql configure and sql examples.
8. vagrant
Vagrant is a lite virtual machine tools. You can use it to build up
running environment fast.
9. .rc
.rc project contains lots of system configure files, like .vimrc
.bashrc etc.
2014-03-06 09:27:18 +08:00
10. bs
a customize bootstrap front-end framework for webpage.
2014-03-06 15:39:40 +08:00
11. yum
redhat yum configure
2014-03-07 15:32:07 +08:00
12. redis
install redis and configure proxy
2014-02-21 11:00:29 +08:00
2014-01-21 20:32:41 +08:00
## AUTHOR
Aborn Jiang (aborn.jiang@gmail.com)
## VERSION
* 2014-01-21 v0.1 (add rsync configure files)
2014-01-22 14:57:46 +08:00
* 2014-01-22 v0.2 (add .rc and elisp files)
2014-01-26 09:45:36 +08:00
* 2014-01-24 v0.3 (add nginx configure files)
* 2014-01-26 v0.4 (add kit subrepo files)
2014-02-12 09:36:06 +08:00
* 2014-02-12 v0.5 (add vagrant subrepo files)
2014-02-13 18:16:10 +08:00
* 2014-02-14 v0.6 (add phpd subrepo files)
2014-02-19 19:03:32 +08:00
* 2014-02-19 v0.7 (add sql subrepo files)
2014-02-21 11:10:14 +08:00
* 2014-02-20 v1.0 (add doc and kit and rename as popkit project)
2014-03-06 09:27:18 +08:00
* 2014-03-06 v1.1 (add bs subrepo)
2014-03-06 15:39:40 +08:00
* 2014-03-06 v1.2 (add yum subrepo)
2014-03-07 15:32:07 +08:00
* 2014-03-07 v1.3 (add redis)