Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 560 Bytes

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

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 .