| | 1 | == Upgrading Mob.net server == |
| | 2 | |
| | 3 | Upgrading the mob.net server is a fun thing to do during a spare weekend. In fact it should be done at least once or twice a month as it's a great learning experience and a good excuse to stay up late. Below are some websites that help with the installation of the main software that is used. |
| | 4 | |
| | 5 | == Rails == |
| | 6 | |
| | 7 | This is the hardest thing to install since it has so many dependencies including: mysql, ruby (which needs to include irb and rdoc), apache 2.0 and fcgid. |
| | 8 | |
| | 9 | * Excellent [http://wiki.rubyonrails.org/rails/pages/Rails+on+CentOS+4.4+with+Apache+and+FastCGI+Simply/versions/new CentOs instructions] for installing on Apache 2.0[[BR]] |
| | 10 | * More information [http://blog.duncandavidson.com/2006/02/rails_on_apache.html on using fgcid] |
| | 11 | |
| | 12 | == Java == |
| | 13 | |
| | 14 | Coming soon... |
| | 15 | |
| | 16 | == Subversion == |
| | 17 | |
| | 18 | Coming soon.. |