Menu

Getting Started Log in to Edit

Alexander Mohr

Getting Started

  1. Download sources and put web content on web server (you'll nedd adovbs.inc)
  2. Install MySQL and create databases by importing creation scripts (Databases.txt)
  3. update perforce.asp + queries.asp to server/database/user and password of database
  4. download perforce API and put into p4api directory
  5. fix compile errors in the manjobi Visual Studio project which requests optional information
  6. Run manjobi
  7. populate dbconn to something like: DRIVER={MySQL ODBC 5.1 Driver};SERVER=localhost;DATABASE=test;UID=webuser;PWD=pass;OPTION=3;
  8. populate depot with your perforce depot: depot:1666
  9. populate username and password
  10. run!

While running

While running manjobi it will ask you about extensions it doesn't yet recognize. You can create regular expressions here to filter in/out text field types. These expressions will be stored to the database. Here are some examples:

big_file: /(m|M)shtml(c)?\.(h|idl)$
binary_file: /[^/]+\.app/.+$
text_file: /unicodeFFFE\.BOM\.txt$

(need to document extension_types, there are 3 types, no extension, blank extension, and regular extension)


Related

Wiki: Home

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.