install using sql server 2000 (1)

Post on 31-Jan-2016

215 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

SQL Server

TRANSCRIPT

Quick walk-through to install OpenwikiNG using SQL Server 2000

1) Install SQL Server 20002) Make a new database “dbopenwiking”

a. Data size 20MBb. Log size 2MB

3) Make a new login with dbo access to the new database4) Make a system DSN:

a. Name: openwikingb. Database: dbopenwikingc. Windows authentication or use your new SQL login

5) Copy over the openwiking files6) In SQL Query Analyser run the \openwiking\data\ OpenWiki-SqlServer.sql

file. This will initialise the new tables7) Make a virtual directory in IIS:

a. Path = <installation folder>\openwiking\owbaseb. Default document=ow.aspc. Allow parent paths=yesd. Anonymous access using a valid SQL Server login or NT

authentication8) Edit <installation folder>\openwiking\owbase\ow and uncomment the lines

(remove the beginning apostrophe):a. OPENWIKI_DB = "openwiking"b. OPENWIKI_DB_SYNTAX = DB_SQLSERVER

9) Go to your website and fire up the /openwiking URL

Though there is no initial data in the database, the system pages are generated automatically by openwikiNG, and require you to edit and save them ad-hoc.

1) Go to http://<yoururl>/ow/plugins/importmacrohelp.aspa. Use the password ‘adminpw’

2)

top related