Posts

Showing posts from June, 2016

ProgrammingError: permission denied to create database ??

Hello All, I got an error while creating a DB, the error given below.  ProgrammingError: permission denied to create database The answer : 1. sudo su  postgres    (the idea is to switch to postgresql user) 2. psql 3. ALTER USER odoo WITH CREATEDB; (change odoo with your username)

How to install alfresco module

Installation The dashlet is packaged as a single JAR file for easy installation into Alfresco Share. To install the dashlet, simply drop the  module-name-{version}.jar  file into the  tomcat/shared/lib  folder within your Alfresco installation, and restart the application server. You might need to create this folder if it does not already exist.