diff --git a/default-settings.xml b/default-settings.xml
index 57a4a9cc..0235418e 100644
--- a/default-settings.xml
+++ b/default-settings.xml
@@ -6,8 +6,11 @@
defaults
vivo
+
/usr/local/vivo/home
/usr/local/tomcat
+
+ wilma
diff --git a/installer/home/pom.xml b/installer/home/pom.xml
index a1899e82..6988535b 100644
--- a/installer/home/pom.xml
+++ b/installer/home/pom.xml
@@ -19,6 +19,10 @@
VIVO Prepare Home
+
+ wilma
+
+
install
diff --git a/installer/home/src/main/assembly/home.xml b/installer/home/src/main/assembly/home.xml
index decd7b06..97f6d936 100644
--- a/installer/home/src/main/assembly/home.xml
+++ b/installer/home/src/main/assembly/home.xml
@@ -16,6 +16,7 @@
${project.basedir}/src/main/resources
/
+ true
\ No newline at end of file
diff --git a/installer/home/src/main/resources/rdf/applicationMetadata/firsttime/initialSiteConfig.rdf b/installer/home/src/main/resources/rdf/applicationMetadata/firsttime/initialSiteConfig.rdf
new file mode 100644
index 00000000..f72b329c
--- /dev/null
+++ b/installer/home/src/main/resources/rdf/applicationMetadata/firsttime/initialSiteConfig.rdf
@@ -0,0 +1,27 @@
+
+
+
+ VIVO
+ enabling national networking of scientists
+ true
+ 0
+ 0
+ 0
+
+ 1
+ 0
+ 0
+ VIVO Project
+ <p>VIVO is an open source semantic web application originally developed and implemented at Cornell. When installed and populated with content at an institution, it enables the discovery of research and scholarship across disciplines at that institution. VIVO supports browsing and a search function which returns faceted results for rapid retrieval of desired information. Content in any local VIVO installation may be maintained manually or brought into the database in automated ways from local systems of record, such as HR, grants, course, and faculty activity databases.</p>
+
+
+
+<p>See more information on the <a href="http://vivoweb.org">VIVO Project</a>.</p>
+ themes/${default-theme}/
+
+
diff --git a/installer/webapp/src/main/webapp/themes/readme b/installer/webapp/src/main/webapp/themes/readme
new file mode 100644
index 00000000..46466538
--- /dev/null
+++ b/installer/webapp/src/main/webapp/themes/readme
@@ -0,0 +1 @@
+Add you theme directories here
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e4c5444a..19340f8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@
installer
- !installer-dir
+ !vivo-installer-dir
@@ -51,11 +51,11 @@
external-installer
- installer-dir
+ vivo-installer-dir
- ${installer-dir}
+ ${vivo-installer-dir}