I am looking for a great content management software that can be installed in a local machine and url to other network users Can share. .
Requirements: 1) Large pages need to be added - 100 to 1000 or more with explicit navigation - 2) Uploaded files need to provide links in the page
Media Wiki tried, but it does not seem that great or easy to modify
Can someone suggest me the best software?
Thank you, Kathir
I used the following and configured media wiki easily
EasyPHP installation 1. Click on EasyPHP-12.0_with_PHP-5.4.4-setup.exe 2. English 3. Next 4. I agree the agreement 5. Next 6. Select the folder to install 7. Next 8. Install 9. Laup PHP
Install MySQL, create user and user Allow not.
Install MediaWiki:
- Remove the media wiki package "mediawiki-1.19.1" in a folder
- Go to your browser and select your local See the site
- You can see a new link, copy the www winkie extracted folder to the www folder (ex: D: \ EasyPHP-12.0 \ www)
- Your language and wiki language - English
- Continue
- Continue
- Database Type - MySQL
- Database Name - Any Name
- Access the Database Survey
- Next
- Wiki Name - & gt; Operation On
- Continue
- Install - & gt; Continue
- Continue
- For MediaWiki folder ex: D: \ EasyPHP-12.0 \ www \ MediaWiki-1.19.1 Copy LocalSettings.php
To allow upload file or to enable file uploads: Edit LocalSettings.php in the past: D: \ EasyPHP-12.0 \ www \ MediaWiki-1.1.19. $ 1 wgEnableUploads = true;
LocalSettings.php $ wgFileExtensions = array ('pdf', 'png', 'jpg', 'jpeg', 'ogg', 'doc', 'xls' to support multiple file types Need to add extension in ',' PPT ',' MP3 ',' SACC ',' NSE ',' OPT ',' Zip ',' Doctor ',' PPT ',' PDF ',' Jar ' PNG ',' TCTT '' Opt ',' ODP ',' OTP ',' .xls', '.xlsx');
Increase the upload file size limit, the simple fax taskbar icon below - like add - & gt; Right click - & gt; Administration - & gt; PHP - & gt; Change - & gt; Configuration file (modify) - & gt; Upload Maximum File Uploads upload_max_filesize = 2000M post_max_size = 2000M
To create a wiki, only $ wgReadOnly = 'read-only access';
To create a new account, create $ WgGroupPermissions ['*'] ['createaccount'] = false;
To restrict visitor $ wgGroupPermissions [''] ['createaccount'] = false; $ WgGroupPermissions [''] ['Edit'] = Wrong; $ WgGroupPermissions [''] ['createpage'] = Wrong; $ WgGroupPermissions [''] ['createtalk'] = Wrong; $ WgGroupPermissions [''] ['writeapi'] = Wrong; $ WgGroupPermissions [''] ['Reading'] = True;
References for the link: http://www.howtogeek.com/67717/how-to-setup-your-own-pahia-wiki-on-your-windows-pc /
Comments
Post a Comment