cancel
Showing results for 
Search instead for 
Did you mean: 

Fill data on Alfresco startup

mdergalev
Champ in-the-making
Champ in-the-making
Hi.
I need to make some dictionary with constant values. And all values should be added once by db script or webscript. Is there a way to do next on application startup:
- check if values are added
- if not, execute script
?
2 REPLIES 2

kaynezhang
World-Class Innovator
World-Class Innovator
If you want to populate node data into repsitory ,you can do it using bootstrapping
please refer to

http://docs.alfresco.com/4.2/concepts/dev-extensions-modules-bootstrapping-files-spaces-xml.html

mdergalev
Champ in-the-making
Champ in-the-making
Exactly what I need. Thanks