Install
* Download plugin.
* Unzip if necessary.
* Upload plugin root folder to '/wp-content/plugins/' directory.
* Login WordPress as admin, click the 'Plugins' link to go to the plugin page.
* Activate the plugin by clicking the 'Activate' link to the right of the plugin entry.
* Optionally, configure the plugins.
Plugins Used in This Site
* CodeHighlighter
* SI CAPTCHA Anti-Spam
* Advanced Search
Filed under: wordpress | |No Comments
1. Select and download a new theme from the Wordpress theme directory.
2. Unzip and upload the new theme directory into the "wp-content\themes" directory.
3. Login and go to "Presentation -> Themes". You should see the newly uploaded theme listed as available.
4. Click the new theme to activate it.
Filed under: wordpress | |No Comments
Setup CIFS server
-Add to PATH: %ALFRESCO_HOME%\bin
-File-servers-custom.xml: Change port 8080 to correct port used
-Enable NetBios over TCP/IP (TCP/IP Properties -> Advanced -> WINS -> Enable NetBIOS over TCP/IP)
Upgrade
-In custom-repository.properties set db.schema.update=true
-Remove alf_bootstrap_lock table if you see
org.alfresco.error.AlfrescoRuntimeException:
A previous schema upgrade failed.
Revert to the original database before attempting the upgrade again.
Rebuild Lucene indexes
-Remove all lucene indexes
-Add to custom-repository.properties: index.recovery.mode=FULL
Clean content store
-In content-services-context.xml, set protectDays to 1
<bean id="baseContentStoreCleaner"
class="org.alfresco.repo.content
.cleanup.ContentStoreCleaner"
abstract="true">
<property name="protectDays" >
<value>1</value>
</property>
</bean>
Filed under: alfresco | |No Comments
Prepare database (in this case a SQL Server 2000 database)
- Create a database named alfresco
- Create a database user named alfresco and make it owner of the newly created alfresco database
Prepare Alfresco
Filed under: alfresco | |No Comments