Go to file
aborn 99fbd8b98d modify install-nginx.sh 2014-03-02 09:13:47 +08:00
.rc add .vimrc and update postinstall.sh 2014-02-12 17:39:41 +08:00
doc update doc 2014-02-26 22:27:49 +08:00
elisp add kit 2014-01-26 09:45:36 +08:00
kit modify the project struct 2014-02-21 11:00:29 +08:00
nginx modify install-nginx.sh 2014-03-02 09:13:47 +08:00
phpd update all test files 2014-02-28 17:27:47 +08:00
rsync update readme in rsync 2014-01-21 21:23:44 +08:00
sql create table before trigger in tri_set.sql 2014-02-25 13:37:14 +08:00
vagrant modify install-nginx.sh 2014-03-02 09:13:47 +08:00
.gitignore add rsync module 2014-01-21 20:32:41 +08:00
README.md project rename popkit 2014-02-21 11:10:14 +08:00
configure update configure 2014-02-12 18:03:38 +08:00

README.md

popkit

INTRO

This repo includes lots of configure scripts, which can be used in server and desktop.

USAGE

  • ./configure -- configure local machine with this repo
  • ./configure -c -- collect local configure files

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.

  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.

AUTHOR

Aborn Jiang (aborn.jiang@gmail.com)

VERSION

  • 2014-01-21 v0.1 (add rsync configure files)
  • 2014-01-22 v0.2 (add .rc and elisp files)
  • 2014-01-24 v0.3 (add nginx configure files)
  • 2014-01-26 v0.4 (add kit subrepo files)
  • 2014-02-12 v0.5 (add vagrant subrepo files)
  • 2014-02-14 v0.6 (add phpd subrepo files)
  • 2014-02-19 v0.7 (add sql subrepo files)
  • 2014-02-20 v1.0 (add doc and kit and rename as popkit project)