Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sonots/isucon3-final-practice
https://github.com/sonots/isucon3-final-practice
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sonots/isucon3-final-practice
- Owner: sonots
- Created: 2014-11-02T09:14:36.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T17:35:22.000Z (about 10 years ago)
- Last Synced: 2024-10-13T08:08:51.727Z (3 months ago)
- Language: Perl
- Size: 14.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## ISUCON3 Final setup howto
### setup system by chef (for CentOS-6 x86_64 only)
# cd chef
# ./setup-chef.sh
# chef-solo -c solo.rb -j nodes/isucon3.json## image/icon data
* http://30d.jp/yapcasia/6/download (C) Japan Perl Association
* http://www.smashingmagazine.com/2010/04/15/the-ultimate-free-web-designer-s-icon-set-750-icons-incl-psd-sources/### setup initial dataset
# su - isucon
$ cd isucon3/final/bench
$ ./prepare-images.sh
$ ./init.sh### run application
See webapp/{perl,ruby,python,node,php,go}/README.md .