HomePage - Installation
Installation
- Download and unzip AqDWeb_Site-x.x.x.x.zip
- Rename the directory and solution/project name AqDWeb_Site to anything you want.
- If you don't want the source, just remove the directory /App_Src.
- 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.
- 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.

|