Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zonuexe/private_isu
https://github.com/zonuexe/private_isu
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonuexe/private_isu
- Owner: zonuexe
- License: mit
- Created: 2016-04-09T10:21:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-09T10:22:33.000Z (over 8 years ago)
- Last Synced: 2024-11-06T02:49:13.576Z (about 2 months ago)
- Language: Ruby
- Size: 93.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# private-isu
```
curl -L -O https://github.com/catatsuy/private-isu/releases/download/img/dump.sql.bz2
bzcat dump.sql.bz2 | mysql -urootcd webapp/ruby
bundle install --path=vendor/bundle
bundle exec foreman start
cd ../..cd benchmarker/userdata
curl -L -O https://github.com/catatsuy/private-isu/releases/download/img/img.zip
unzip img.zip
cd ../..cd benchmarker
make
./bin/benchmarker -t "localhost:8080" -u $PWD/userdata
```