Go to file
Guobao Jiang a65c17c96b update, fix some test bug. 2014-03-19 17:52:33 +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
conkeror update .conkerorrc 2014-03-18 11:13:22 +08:00
doc add wifi-driver.md 2014-03-11 09:02:22 +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 symfony 2014-03-15 10:19:46 +08:00
phpd add dredis.php for distributed system. 2014-03-15 17:55:31 +08:00
redis update, fix some test bug. 2014-03-19 17:52:33 +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 conkeror subrepo 2014-03-16 15:15:44 +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

  12. redis install redis and configure proxy

  13. conkeror web emacs style browser

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)
  • 2014-03-07 v1.3 (add redis)
  • 2014-03-16 v1.4 (add conkeror)