Go to file
aborn e12f32d7f2 updat yum/install.sh 2014-03-06 16:12:17 +08:00
.rc add .vimrc and update postinstall.sh 2014-02-12 17:39:41 +08:00
bs add grid.css 2014-03-06 14:30:43 +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 add boot.sh in kit subrepo 2014-03-04 08:27:14 +08:00
nginx add nginix-cn.conf 2014-03-06 15:43:57 +08:00
phpd phpd/install-php.sh 2014-03-06 16:07:51 +08:00
rsync update readme in rsync 2014-01-21 21:23:44 +08:00
sql update phpd subrepo 2014-03-05 18:19:33 +08:00
vagrant modify install-nginx.sh 2014-03-02 09:13:47 +08:00
yum updat yum/install.sh 2014-03-06 16:12:17 +08:00
.gitignore add rsync module 2014-01-21 20:32:41 +08:00
README.md add yum subrepo 2014-03-06 15:39:40 +08:00
configure update phpd subrepo 2014-03-05 18:19:33 +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.

  10. bs a customize bootstrap front-end framework for webpage.

  11. yum redhat yum configure

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)
  • 2014-03-06 v1.1 (add bs subrepo)
  • 2014-03-06 v1.2 (add yum subrepo)