-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Make sure your server / Host has the following requirements:
Minimum Version Supported
- Windows 2008 Server (or above)
- IIS 7.0 (or above)
- ASP.NET 4.0 (or above)
- SQL Server 2008 (or above)
- The first step after downloading the Install Package, is to Unzip YAF.NET and copy the content to the physical location where the Application (YAF) will be run from.
By default in IIS (Internet Information Server) expects the sites to be located at c:\Inetpub\wwwroot...
-
In IIS you need to create a new Virtual Directory, if you want to run YAF as application, that points to the physical directory where you extracted YAF in to.
-
Make sure that the Application Pool for YAF is set to .NET 4
- A valid database needs to exist on your SQL Server with proper permissions set so that YAF can access it. When you run YAF for the first time it will detect that the database is empty (or needs upgrading) and will automatically run you through the process required to create the SQL database structures needed.
- You need to copy the file recommended.web.config to your yaf root Folder and rename it to web.config. Warning: DO NOT edit the web.config unless you know what you're doing.
- Open the file web.config and visit our Support Site to...
Copy and paste the generated machine key to your web.config in the <system.web> section.
- By default YAF is designed to be installed at the root application on any IIS web server. If you want YAF to be installed off of the main root in a sub folder, you need to modify the root key. Make sure the files in the /bin directory of the YAF zip file are copied to /bin directory on the root of your web server. Then open up "app.config" and uncomment the YAF.AppRoot key. Enter the value as the directory to your forum. Example: If you have install the forum in the directory "/forum/yaf/" you will need to uncomment/add key with name YAF.AppRoot and value "/forum/yaf/" to app.config.
- Modify the SMTP settings by entering your mail server information. If you SMTP server requires SSL, you must add:
<add key="YAF.UseSMTPSSL" value="true" />
to your app.config or appSettings.
-
Open the file install/default.aspx on your web site. If you are testing on your local computer, under a directory called YetAnotherForum.Net, the address should be: http://localhost/yetanotherforum.net/install/
-
The wizard will guide you through the Install Process.
YetAnotherForum.NET (YAF) the Open Source Discussion Forum for ASP.NET - http://YetAnotherForum.NET
Copyright © YetAnotherForum.NET & Ingo Herbote. All rights reserved