mirror of
https://github.com/mistergibson/gxg-framework.git
synced 2026-08-15 03:46:00 -07:00
11 lines
No EOL
201 B
Markdown
11 lines
No EOL
201 B
Markdown
GxG Framework for JRuby
|
|
|
|
Building:
|
|
|
|
jgem build ./gxg-framework.gemspec
|
|
|
|
Installation:
|
|
|
|
sudo jgem install GEMFILE
|
|
|
|
Database prep: UPDATE mysql.user SET Super_Priv="Y" WHERE user='www-data' AND host='%'; |