View Single Post
  #8   Spotlight this post!  
Unread 06-12-2003, 15:21
Greg's Avatar
Greg Greg is offline
Registered User
FRC #1075 (Sinclair Sprockets)
Team Role: College Student
 
Join Date: Nov 2002
Rookie Year: 2003
Location: Whitby, Ontario, Canada
Posts: 108
Greg is on a distinguished road
Send a message via ICQ to Greg Send a message via MSN to Greg
Re: What is open first

Quote:
Originally Posted by wayne 05
How do i install openfirst i tryed but it would not work
Well, first of all you need a web server and a database system. MySQL is the best DB for openFIRST, but you can use MS-SQL and any ODBC-compatible DB also. If you use MySQL, create a database for openFIRST. The name does not matter.

After you set up the web server, dowload the full system archive from www.openfirst.org/nightly. This is the latest version of openFIRST. There may be minor bugs, because this is a development version, but it is the most up-to-date. We test it as much as we can, but there is no way to discover all bugs in a short period of time It should be ok.

Once you have the archive, exctract it to a directory on your web server. This could be the root dir. Then set write permissions on config/globals.php.
Now, open your web browser and navigate to the directory on your webserver that contains openFIRST scripts. Follow the on-screen instructions. For added security you can remove the write permissions from config/globals.php after the setup is complete.

If you have any problems, just e-mail me and I can help you set it up.