Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
moodle_rebase10.1.2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Blinov
moodle_rebase10.1.2
Commits
c8f23aad
Commit
c8f23aad
authored
Aug 25, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Compiling version of xwiki
parent
aebb29cd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
29 additions
and
16 deletions
+29
-16
component/java/buildout.cfg
component/java/buildout.cfg
+7
-3
software/xwiki/instance.cfg
software/xwiki/instance.cfg
+3
-4
software/xwiki/software.cfg
software/xwiki/software.cfg
+12
-3
stack/tomcat.cfg
stack/tomcat.cfg
+7
-6
No files found.
component/java/buildout.cfg
View file @
c8f23aad
[buildout]
parts =
java
versions = versions
[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
software/xwiki/instance.cfg
View file @
c8f23aad
...
...
@@ -10,7 +10,6 @@ hsql_location = ${hsql:location}/hsqldb.jar
tomcat_location = ${tomcat:location}
xwiki_location = ${xwiki:location}
java_home = ${java:location}
mysqld_binary = ${mysql:location}/libexec/mysqld
mysql_binary = ${mysql:location}/bin/mysql
mysql_install_binary = ${mysql:location}/bin/mysql_install_db
mysqld_binary = ${mysql-5.1:location}/libexec/mysqld
mysql_binary = ${mysql-5.1:location}/bin/mysql
mysql_install_binary = ${mysql-5.1:location}/bin/mysql_install_db
software/xwiki/software.cfg
View file @
c8f23aad
...
...
@@ -7,6 +7,15 @@ find-links =
versions = versions
parts =
template
libxslt
eggs
instance-recipe-egg
tomcat
hsql
mysql-5.1
[instance-recipe]
egg = slapos.cookbook
module = xwiki
...
...
@@ -20,7 +29,7 @@ eggs = ${instance-recipe:egg}
# Default template for the instance.
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
#md5sum = 88fe7e2d1e04618b1b4fcafde683d75a
md5sum = fdf7f3130f8c3ab804dccf163eb92d90
output = ${buildout:directory}/template.cfg
mode = 0644
...
...
@@ -38,11 +47,11 @@ slapos.libnetworkcache = 0.2
#collective.recipe.template = 1.8
#netaddr = 0.7.5
#xml-marshaller = 0.9.7
#
setuptools = 0.6c12dev-r88846
setuptools = 0.6c12dev-r88846
#
#hexagonit.recipe.cmmi = 1.5.0
#hexagonit.recipe.download = 1.5.0
#plone.recipe.command = 1.1
#
# 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
stack/tomcat.cfg
View file @
c8f23aad
...
...
@@ -3,6 +3,7 @@ extends =
../component/lxml-python/buildout.cfg
../component/java/buildout.cfg
../component/mysql-5.1/buildout.cfg
../component/python-2.7/buildout.cfg
../stack/shacache-client.cfg
find-links +=
...
...
@@ -22,17 +23,18 @@ allow-hosts =
parts =
template
libxslt
eggs
instance-recipe-egg
tomcat
java
hsql
mysql-5.1
eggs
instance-recipe-egg
[hsql]
recipe = hexagonit.recipe.download
url = http://hsqldb.org/support/hsqldb_16.zip
md5sum =
5e5f08e1c838e97efa359cdfc301cc06
md5sum =
34cac21d39bca03846a5382cef809104
[tomcat]
recipe = hexagonit.recipe.download
...
...
@@ -42,8 +44,7 @@ md5sum = 082a0707985b6c029920d4d6d5ec11cd
[eggs]
recipe = zc.recipe.egg
python = python2.7
eggs =
${lxml-python:egg}
slapos.cookbook
slapos.cookbook
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment