
![]() |
Show Changes |
![]() |
|
![]() |
Recent Changes |
![]() |
Subscriptions |
![]() |
Lost and Found |
![]() |
Find References |
![]() |
Rename |
![]() |
Administration Page |
| Search |
History
| 8/7/2008 12:23:26 AM |
| -217.86.165.94 |
| 8/7/2008 12:22:58 AM |
| -217.86.165.94 |
| 7/2/2008 9:08:14 AM |
| 207.230.217.31 |
| 6/30/2008 6:40:36 AM |
| 195.75.146.228 |
| 6/30/2008 6:40:28 AM |
| 203.177.74.141 |
![]() |
List all versions |
Suppose the installation is made to the directory c:\projects\flexwiki and the sub directory .\WikiBases has the permissions of the user the web site runs under. Does the user need read/write/execute/delete/modify permissions on the whole path c:\projects\flexwiki\wikibases or only .\wikibases? Currently I'm getting an "You do not have permission to change this topic." on my topics and the ConfigurationChecker says "Namespace (ProjectXY) not writable.", "System.UnauthorizedAccessException: Access to the path "C:\projects\flexwiki\WikiBases\ProjectXY\testFile.txt" is denied.".
How do I install FlexWiki w/o a virtual directory? In other words, I want the root to be: http://www.mywikidomain.com/ instead of: http://www.mywikidomain.com/wiki -- MikeSchinkel [2004-07-06]
Two options: 1. Set the Home Directory of the Default Web Site for that domain to be the location of your FlexWiki folder. 2. Create a new Web Site in IIS Manager for your domain and set it's Home Directory to the location of your FlexWiki folder.
Copy the contents of the FlexWiki folder into the base folder of the IIS web site you set up. That's all I did and it worked fine.
is there any downloadable version on how to install wiki....??? -- MAndar
Why do the instructions suggest using a virtual directory anyway? Just curious. -- Anon [2004-12-17]
You probably want non-ip based virtual host (which means you don't assign two unique ip address). As above you add an A record associated with www.mywikidomain.com, but the IP address is the same as your existing site.
http://www.mywikidomain.com/Namespace.Topic
http://www.mywikidomain.com/default.aspx/Namespace.Topic
After unpacking downloaded .zip-file, I had a root directory flexwiki with two sub-folders bin and web. To make it work, I had to(?) move content of web-folder to flexwiki root. -- RuneC [2004-10-29]
I think I had the same problem as RuneC. My zip unpacked the same way. I could make FlexWiki work by navigating to http://localhost/FlexWiki/Web or I could move the files and folders in Web up one level to the FlexWiki folder and navigate to the site by the path higher in this page http://localhost/FlexWiki. I chose to move the files. Is this page wrong, am I wrong, or is this one of the things that doesn't matter? BWheeler[2004-12-8]
Under FlexWikiCore-1.8.1613.0-web-full-Release I did not see this file structure (bin and web). Very novice MS server admin so I may sound off... (Windows Server 2003 v. 5.2). The install instructions (above #7) said one needs to have ASPNET and NETWORK SERVICE able to modify the site root. I don't have an ASPNET user but when NETWORK SERVICE was given modify access localhost/FlexWiki works. Jeff Kasten [2004-12-17] Update, with IIS 6.0 ASP.NET runs via the NETWORK SERVICE account, 5.0 ASPNET. Jeff
It is mentioned elsewhere, but the zip files that contain the web folder are source distributions. The ones that do not contain the web folder are binary distributions. If you are on IIS 5.0, you will set access control for <local machine>\ASPNET; if you are on IIS 6.0, you will need to set access control for <local machine>\NETWORK SERVICE. - JefNewsom
Step 7 - my machine is installed within a network I am logged into. Hence, I can't create an ASPNET account. Is it possible to hand permissions without registering to the network's directory? Thanks, Avi
The ASPNET Account is a local account, you don't need to use domain accounts unless you need IIS to access network resources. See note 1 above
Step 7 - it doesn't mention specifically which folder to give permission to. It certainly doesn't mean the root of the installation? JihoHan
Yes, it says to give permission to the WikiBases folder. That is the correct folder name.
Step 8 - Any chance a MSI can be built to make installation easier... KeniBarwick
I'd like to install this to a shared server using MSSQL Server. Is it possible to put this on a shared server? If so, how?
I looked at SourceForge and found that there were four files. src, tools, full, and update. Which one do I use (noob) and install? And how do I specifically connect it to a SQL Server db?
src = Source (don't need unless you are developing), tools = Tools (not necessary for a running wiki), full = Binaries (AHA! This will get you going), update = Update (If you are running a flexwiki already and want to update to this version, this dl is for you)
Can I install FlexWiki on a server running Windows SharePoint Services (WSS)?
Yes you can - see InstallingFlexWikiWithWSS - DarenMay
I get a Debugging is not supported under current trust level settings when I try to run FlexWiki on a server with WSS installed - what do I do?
SharePoint has locked down the default privileges granted applications. In order to fix this, see InstallingFlexWikiWithWSS - DarenMay
I get a Object reference not set to an instance of an object. when I try to run FlexWiki on a server with WSS installed - what do I do?
SharePoint has locked down the default privileges granted applications and is preventing FlexWiki from having access to the Session State - see InstallingFlexWikiWithWSS - DarenMay
Return to InstallingFlexWiki or view more questions by visiting InstallationProblems.