Compiling version of xwiki

parent aebb29cd
[buildout] [buildout]
parts = parts =
java java
versions = versions
[java] [java]
recipe = slapos.cookbook:java recipe = slapos.recipe.download
slapos_promisee =
directory:bin
architecture_list =
x86 http://javadl.sun.com/webapps/download/AutoDL?BundleId=48334 377456da9fa4d867d4bdf4c655a16dce
x86-64 http://javadl.sun.com/webapps/download/AutoDL?BundleId=48338 bae0cb5d10181abdd9650dcb590eda67
\ No newline at end of file
...@@ -10,7 +10,6 @@ hsql_location = ${hsql:location}/hsqldb.jar ...@@ -10,7 +10,6 @@ hsql_location = ${hsql:location}/hsqldb.jar
tomcat_location = ${tomcat:location} tomcat_location = ${tomcat:location}
xwiki_location = ${xwiki:location} xwiki_location = ${xwiki:location}
java_home = ${java:location} java_home = ${java:location}
mysqld_binary = ${mysql:location}/libexec/mysqld mysqld_binary = ${mysql-5.1:location}/libexec/mysqld
mysql_binary = ${mysql:location}/bin/mysql mysql_binary = ${mysql-5.1:location}/bin/mysql
mysql_install_binary = ${mysql:location}/bin/mysql_install_db mysql_install_binary = ${mysql-5.1:location}/bin/mysql_install_db
...@@ -7,6 +7,15 @@ find-links = ...@@ -7,6 +7,15 @@ find-links =
versions = versions versions = versions
parts =
template
libxslt
eggs
instance-recipe-egg
tomcat
hsql
mysql-5.1
[instance-recipe] [instance-recipe]
egg = slapos.cookbook egg = slapos.cookbook
module = xwiki module = xwiki
...@@ -20,7 +29,7 @@ eggs = ${instance-recipe:egg} ...@@ -20,7 +29,7 @@ eggs = ${instance-recipe:egg}
# Default template for the instance. # Default template for the instance.
recipe = slapos.recipe.template recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg url = ${:_profile_base_location_}/instance.cfg
#md5sum = 88fe7e2d1e04618b1b4fcafde683d75a md5sum = fdf7f3130f8c3ab804dccf163eb92d90
output = ${buildout:directory}/template.cfg output = ${buildout:directory}/template.cfg
mode = 0644 mode = 0644
...@@ -38,11 +47,11 @@ slapos.libnetworkcache = 0.2 ...@@ -38,11 +47,11 @@ slapos.libnetworkcache = 0.2
#collective.recipe.template = 1.8 #collective.recipe.template = 1.8
#netaddr = 0.7.5 #netaddr = 0.7.5
#xml-marshaller = 0.9.7 #xml-marshaller = 0.9.7
#setuptools = 0.6c12dev-r88846 setuptools = 0.6c12dev-r88846
# #
#hexagonit.recipe.cmmi = 1.5.0 #hexagonit.recipe.cmmi = 1.5.0
#hexagonit.recipe.download = 1.5.0 #hexagonit.recipe.download = 1.5.0
#plone.recipe.command = 1.1 #plone.recipe.command = 1.1
# #
# Use SlapOS patched zc.buildout # Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-005 zc.buildout = 1.5.3-dev-SlapOS-005
\ No newline at end of file
...@@ -3,6 +3,7 @@ extends = ...@@ -3,6 +3,7 @@ extends =
../component/lxml-python/buildout.cfg ../component/lxml-python/buildout.cfg
../component/java/buildout.cfg ../component/java/buildout.cfg
../component/mysql-5.1/buildout.cfg ../component/mysql-5.1/buildout.cfg
../component/python-2.7/buildout.cfg
../stack/shacache-client.cfg ../stack/shacache-client.cfg
find-links += find-links +=
...@@ -22,17 +23,18 @@ allow-hosts = ...@@ -22,17 +23,18 @@ allow-hosts =
parts = parts =
template template
libxslt
eggs
instance-recipe-egg
tomcat tomcat
java java
hsql hsql
mysql-5.1 mysql-5.1
eggs
instance-recipe-egg
[hsql] [hsql]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
url = http://hsqldb.org/support/hsqldb_16.zip url = http://hsqldb.org/support/hsqldb_16.zip
md5sum = 5e5f08e1c838e97efa359cdfc301cc06 md5sum = 34cac21d39bca03846a5382cef809104
[tomcat] [tomcat]
recipe = hexagonit.recipe.download recipe = hexagonit.recipe.download
...@@ -42,8 +44,7 @@ md5sum = 082a0707985b6c029920d4d6d5ec11cd ...@@ -42,8 +44,7 @@ md5sum = 082a0707985b6c029920d4d6d5ec11cd
[eggs] [eggs]
recipe = zc.recipe.egg recipe = zc.recipe.egg
python = python2.7
eggs = eggs =
${lxml-python:egg} ${lxml-python:egg}
slapos.cookbook slapos.cookbook
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment