This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Apr 26 11:11:24 -0700 2009 | |
| |
README | Tue Apr 21 06:09:19 -0700 2009 | |
| |
developer-env-install.sh | Sun Apr 19 16:26:32 -0700 2009 | |
| |
developer_aux/ | Thu Apr 16 15:25:46 -0700 2009 | |
| |
gitorious-env-install.sh | Tue Apr 21 06:09:19 -0700 2009 | |
| |
passenger-mysql-env-install.sh | Tue Apr 28 13:03:13 -0700 2009 | |
| |
rails-env-install.sh | Sun Apr 26 11:11:24 -0700 2009 |
README
Basic rails environment installation script for Ubuntu Developed by Marcelo Murad - email at marcelomurad dot com You can redistribute it and/or modify it under either the terms of the GPL (http://www.gnu.org/licenses/gpl-3.0.txt) ==== gitorious-env-install.sh === When executed it will install gitorious with all it dependencies packages and gems. This script was tested with ubuntu 8.04 server, but it can fail because the hardcoded versions in it. - Todo - Don't ask for mysql password - Remove hard coded versions of gems - Put some error verifications ==== rails-env-install.sh === When executed it will: - Install the following packages -ssh -ruby -ruby1.8-dev -ruby-pkg-tools -rdoc -ri -irb -sqlite3 -libopenssl-ruby -libsqlite3-ruby -sqlitebrowser -wget - Download rubygems-1.3.2 and install - Create symlink for gem in /usr/bin - Install rails gem - Additional gems installation rspec ruby-debug === passenger-mysql-env-install.sh === When executed it will: - Install the following packages -apache2 -mysql-server-5.0 -build-essential -gcc -apache2-prefork-dev -libmysql-ruby -libmysqlclient15-dev - Install passenger 2.2.0, mysql gem - Install passenger to apache - Add passenger module to apache and enable it === developer-env-install.sh === When executed it will: - Enable irb autocomplete - Download and install gmate from github (http://github.com/lexrupy/gmate/tree/master) - Set my default configurations to gedit







