这是花椒网安实验室项目的源码。
This is the source code of my web_safe site.
- Ruby 2.2.0 +
- Rails 4.2.5 +
- Redis 2.2 +
- Postgresql, Mysql or sqlite3
- ImageMagick 6.5+
Use Homebrew
$ brew install redis
$ brew install postgresql
$ brew install imagemagic
$ apt-get install redis
$ apt-get install postgresql
$ apt-get install imagemagic
$ git clone [email protected]:lokyoung/web_safe.git
$ cd web_safe
$ bundle install
$ ./bin/rake db:migrate
$ ./bin/rails server
$ rake test