|
|
Rank: มือฝึกหัด Groups: Member
Joined: 12/28/2007 Posts: 6 Location: bkk
|
ถ้าจะเอา webboard Yet Another Forum.net (เหมือนของที่นี่) ไปใช้เป็น intranet ทำได้หรือป่าว
แล้วต้องทำอย่างไร แนะนำด้วยค่ะ
|
|
 Rank: อาจารย์ Groups: Administration
Joined: 12/1/2007 Posts: 473 Location: Bangkok
|
ทำได้ครับ ก็แค่ copy ไปไว้ที่ IIS แล้วก็ สั่ง Install ทำตาม Wizard ได้เลยครับ
Imagination is more Important than Knowledge... /A.Einstein
|
|
Rank: มือฝึกหัด Groups: Member
Joined: 12/28/2007 Posts: 6 Location: bkk
|
แล้วต้อง install SQL ด้วยหรือป่าวคะ
|
|
 Rank: อาจารย์ Groups: Administration
Joined: 12/1/2007 Posts: 473 Location: Bangkok
|
ต้องมี SQL Server ด้วยครับ
Imagination is more Important than Knowledge... /A.Einstein
|
|
Rank: มือฝึกหัด Groups: Member
Joined: 12/28/2007 Posts: 6 Location: bkk
|
อ่านแล้วงงค่ะ คือ ไปโหลด YAFมาลงแล้ว และเราก็ต้องมี SQL Server โดยไป download อันไหนก็ได้ที่ (3.) ใช่มั๊ยคะ
แล้ว step ต่อไปต้องทำอะไรบ้าง หากเป็นไปด้วย รบกวนชี้แนะด้วยค่ะ
-----------------------------------------------------------------------------------------------------------------------------------------------
Installation Steps
- Download the latest version from http://sourceforge.net/project/showfiles.php?group_id=90539
- Unzip all the files and upload the entire directory structure to a directory on your web server.
- Download and install SQL Server. Create an empty SQL Server 2000/2005/Express database for YAF and add a user with valid permissions to the database. (Information to be used in the next step.) There are many ways to create a SQL database. It really depends on the tools at your disposal and the version of SQL Server you plan to use. Here are some URLs showing methods of database administration/creation:
- Modify the Web.config file (on the server) you just unzipped. If Web.Config is not present you can copy default.config and rename to web.config, then modify.
- Modify connstr to the valid connection string value. For examples of connection strings visit http://www.connectionstrings.com/. The database pointed to by can be an already existing database, or you can create a new database to install to. Hint: If upgrading, use your current web.config values in the new web.config.
- If YetAnotherForumNET isn't installed at the root directory of your web server or host, make sure the files in the bin directory of the zip file is copied to /bin on your web server. Also you'll need to add the element to the web.config to point to the correct URL. Example: If you have install the forum in the directory "http://www.yoursite.com/forum/yaf/" you will need to add /forum/yaf/ to web.config. Please refer to these URLs if you still have questions about the application root:
- Open the file /install/default.aspx on your web site. If you are testing on your local computer, under a directory called "YetAnotherForumNET", the address should be: http://localhost/YetAnotherForumNET/install/
- Follow the directions provided in the wizard.
- Modify the address bar in your browser to navigate to the root of your forum (e.g. http://localhost/YetAnotherForumNET/)
- Log in with the administration account information (Username and Password) you provided during the setup.
- Click on the Admin link at the top of the forum to administer your forum. (Host Settings, Forums)
- It's strongly suggested that you rename the "/install/default.aspx" to "/install/default.na" so that it cannot be run by anonymous users.
|
|
|
Guest |