Random Quote
Blog info
Name: Helene Klungvik
Alder: 42
Location: Karmøy, NorwayRecent Comments
- Bogdan on Setting up piHole in Docker Swarm
- Peter on Setting up piHole in Docker Swarm
- Pouringgii on Emacs: Setting up MobileOrg and dropbox
- Jan on Setting up piHole in Docker Swarm
- Amit. on Man’s (well, mine) search for meaning
Tags
- alfresco
- amazon
- apple
- baby
- barack obama
- Barnes & Noble
- books
- christmas
- copyright
- crafts
- disney
- drm
- epub
- Faith
- fantasy
- file synchronization
- formats
- happiness
- interior design
- iPad
- iRex iLiad
- itunes
- joylent
- kathy freston
- kindle
- krishna consciousness
- macosx
- mastery
- motivation
- music
- oslo
- piracy
- politics
- python
- science fiction
- sewing
- spam
- tea
- the lean
- trains
- ubuntu
- vegan
- veganist
- vegetarian
- weight loss
Categories
- Technology (89)
- EBooks (43)
- Gadgets (12)
- System Administration (5)
- Linux (4)
- Miscellaneous (134)
- Freebies (6)
- Humor (17)
- Inspiration & reviews (23)
- My life (19)
- Society & Culture (43)
- Health & Wellbeing (49)
- Health (12)
- Travel, Hiking & Sports (12)
- Language (85)
- Technology (89)
Blog Calendar
February 2021 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Meta
Tag Archives: alfresco
New job, new life
A couple of weeks ago, I started working at a new company (sorry, I will no more work on Alfresco for those that comes here for that information) and I’m settling in nicely. My colleagues are very easy to talk … Continue reading
Alfresco and CIFS troubleshooting on Ubuntu
When installing Alfresco on an Ubuntu machine, CIFS doesn’t work out of the box. First question: is Samba installed? sudo apt-get install samba smbfs The configuration files for file-server setups: $ALFRESCO_HOME/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/file-servers.xml $ALFRESCO_HOME/tomcat/webapps/alfresco/WEB-INF/classes/alfresco/file-servers.properties Uncomment these lines in file-servers.xml (though to make … Continue reading
How to create an Alfresco Module Package (AMP)
In this post I will set up the basic settings to create an Alfresco Module Package (AMP). Ant needs to be installed to make this work. This creates a skeleton AMP module that does nothing except being a module. So … Continue reading
Alfresco: The first lessons learned
The last couple of weeks I have learned some lessons the hard way. 1. When doing changes to faces-config(-custom).xml, put it in a jar-file. This is stated in Developing an Alfresco Module, but it’s very easy to forget because so … Continue reading
Developer options for extending Alfresco
There are three ways of extending Alfresco: Put the code in the webapp folder (alfresco/tomcat/webapps/alfresco) Put the code in the alfresco repository Create an AMP file and add it to alfresco.war There are different benefits and drawbacks to each method: … Continue reading
Create new document type in Alfresco
Alfresco have many options to extend their document management system and one of them is to create a new document type as seen in the picture below. The new document is a Whitepaper, but we could have added other document … Continue reading