Search     Post Event     Stats     Forums     Register     Log In    

 Search Forums
Keyword:
From:
To:
 Forum: Developers
Forums Home > Developers > Version 2.... Add to this discussion
Email me when replies are posted
Version 2.0 Beta Released!
Posted by wsjordan(Admin) on May 14, 2007 3:43 PM
For those of you interested in running your own UnderTheGrid.com website, the new 2.0 Beta code is now available.

Download the source here!

At some point in the near future, I'll write up a full set of docs, but in the meantime, here are the basic requirements and installation instructions:

UnderTheGrid.com 2.0 Beta Requirements
--------------------------------------
AOLserver 3.4 or higher
Postgres 8.2.x (Won't work with older versions of Postgres)
Tsearch2 for Postgres
GiST L-Tree

UnderTheGrid Quick Install Instructions
---------------------------------------
1. Install Postgres
2. Install AOLserver (and the postgres driver for AOLserver)
3. Create a new database called "utg" or something similar
4. Run the install scripts for Tsearch2 and L-Tree
5. Install the UtG database scripts in the following order using the following commands:
psql utg < DB_Tables.txt
psql utg < DB_Views.txt
psql utg < DB_Functions.txt
psql utg < DB_Triggers.txt
psql utg < DB_Constraints.txt
psql utg < DB_Indexes.txt
6. DB_Migration.txt is also included, but only needs to be used if you are upgrading from v1.0b.
7. Drop the tcl files in your tcl directory (/httpd/utg/tcl)
8. Drop the entire html folder into your base directory (/httpd/utg)
9. Drop the config script into your AOLserver directory (/usr/local/aolserver)
10. At this point, you should be able to start the system and go!  You'll still need to create an admin account through the database and probably change your layout (layout can be adjusted from the admin pages or from macros.tcl)
11. Link your new UtG site to the UnderTheGrid network using RSS fees (Topic for another discussion)

If you have any questions about getting your system up and running, feel free to ask here or to message me directly!

William Scott Jordan
 
Version 2.1
Posted by wsjordan(Admin) on August 21, 2007 6:51 PM
Version 2.1 will be available soon.  This new version contains a pile of bug fixes along with a some usability tweaks.  Keep an eye out for it in over the next couple of weeks.