AqDWeb : AqDWebInstallation

HomePage :: Categories :: PageIndex :: Login/Register
HomePage - Installation

Installation


  1. Download and unzip AqDWeb_Site-x.x.x.x.zip
  2. Rename the directory and solution/project name AqDWeb_Site to anything you want.
  3. If you don't want the source, just remove the directory /App_Src.
  4. Now open web.config, edit:
    • Database connection and other NHibernate settings: here are some DB-specific config (read but don't copy it - the config style is outdated). If you need to know other configurations, better read Hibernate documents, because NHibernate's are not only incomplete but also misleading.
    • log4net configuration, remove/comment the whole <log4net> to disable logging,
    • DotLucene-related path config under <AppSettings>, see the comments for help.
  5. You can safely use my KeyFile.snk for your own projects. The key file thing is just ridiculous but sometimes you need it to bypass the more ridculous security restrictions.

  • DON'T ADD ASSEMBLIES TO GAC - you would kill all the critical debug information.
  • You don't need to build anything; all assemblies are already built with optimization and full debug and put under /Bin, for branches and the trunk snapshot and all releases.
  • You may replace the any assemblies but AqDWeb and OGNL, which must be built from the source under /App_Src, if you want to.
SourceForge.net Logo
Valid XHTML 1.0 Transitional :: Invalid CSS :: Powered by Wikka Wakka Wiki 1.1.6.1
Page was generated in 0.0632 seconds