home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / CMCD0703.ISO / Software / Freeware / Programare / bugzero / WEB-INF / classes / install / title.properties < prev    next >
Encoding:
Text File  |  2003-06-09  |  3.2 KB  |  25 lines

  1. title=Bugzero Bug Tracking System
  2.  
  3. title0=Introduction
  4. title1=Database System
  5. title2=Database Information
  6. title3=JDBC Driver
  7. title4=Creating Tables
  8. title5=Mail Account
  9. title6=Servlet Engine
  10. title7=Setup Completed
  11.  
  12. text0=This is going to guide you through the Bugzero system configuration and set up. You should have the database, the mail server, and the servlet engine information at hand. In particular, you should have created a database user account and probably an empty database for Bugzero.\n\nIf you are upgrading from an existing installation, please read the upgrade.txt first.\n\nClick the 'Next' button to proceed to the next screen. If you want to change something on a previous screen, click the 'Previous' button.
  13. text1=Bugzero requires a backend database to store bug reports as well as projects and user accounts. Please select the database system you plan to use for Bugzero. If you use MS SQL Server 7 and do not have a jdbc driver for it, you can select 'Microsoft Access 97/2000' here and configure a DSN to connect to your SQL server.
  14. text2=Please provide the database information below. If the password is empty, leave this field empty. The hostname is in the format of machinename.domain.com, but 'localhost' is allowed. You do not need fill in the port number unless the default number is not used for your database server.
  15. text_access=Please provide the Access database information below. You should have created a DSN (data source name) for the database. If you do not use username and password, leave these two fields empty.
  16. text_pointbase=Please provide the PointBase database information below. If the password is empty, leave this field empty.
  17. text3=No suitable JDBC driver has been included in the Bugzero package for the database system you have selected. You must provide a JDBC driver below.\n\nFor Microsoft SQL Server 2000 JDBC driver, there are 3 jar files. Please select the folder where these jars reside. Otherwise, please select the driver file.
  18. text4=We are now going to test the database connection based on the information you have provided. It will also create the tables and the administration account for Bugzero. This admin account is used for project and user account mamagement.\n\nIf you have gone through this step before and haven't changed the database, you can skip creating tables. Otherwise, please enter a password for username 'admin' of Bugzero.
  19. text5=For email notification, you need provide the mail account information below. This is however optional and you can do it later in the file mail.properties.\n\nNote that, for the hype-link in the email to work, you need modify the file WEB-INF/classes/template/email_body by changing 'http://localhost:8080' to the real url where Bugzero is deployed.
  20. text6=Bugzero is deployed on a Servlet engine. Please select a servlet engine below.
  21. text7=Bugzero system configuration has now been completed.
  22. text_deployed=It seems you are running setup from a deployed Bugzero (see note below). Please restart your servlet engine or re-deploy bugzero.
  23. text_not_deployed=You can now deploy Bugzero to your servlet container (see instructions below).
  24. text_login=After that, you can launch a browser, and go to http://localhost:port/bugzero/ to login. 
  25.