Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jean-Paul Smets
slapos
Commits
f1122222
Commit
f1122222
authored
Oct 25, 2012
by
Cédric de Saint Martin
Committed by
Marco Mariani
Nov 02, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experimental way to customize LAMP stack
parent
936d639e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
software/drupal/software.cfg
software/drupal/software.cfg
+5
-0
stack/lamp/apache/instance-apache-php.cfg
stack/lamp/apache/instance-apache-php.cfg
+2
-0
stack/lamp/buildout.cfg
stack/lamp/buildout.cfg
+12
-0
No files found.
software/drupal/software.cfg
View file @
f1122222
...
...
@@ -27,3 +27,8 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
location = sites/default/default.settings.php
[custom-application-deployment]
path = {:_profile_base_location_}/instance.cfg
part-list =
setup-database
stack/lamp/apache/instance-apache-php.cfg
View file @
f1122222
[buildout]
extends = ${custom-php-part:path}
parts =
certificate-authority
...
...
@@ -14,6 +15,7 @@ parts =
frontend-promise
content-promise
publish-connection-informations
${custom-php-part:part-list}
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
...
...
stack/lamp/buildout.cfg
View file @
f1122222
...
...
@@ -61,6 +61,18 @@ recipe = hexagonit.recipe.download
#If provided tarball does not containt top directory this option shall be changed to false
strip-top-level-dir = true
[custom-application-deployment]
# Optional part allowing applications using this stack to run a custom
# instance.cfg at the end of Apache/PHP instance deployment.
# To use it in your application, just override those two parameters, like:
# path = /path/to/instance-custom.cfg
# part-list =
# part1
# part2
# See software/drupal/software.cfg for an example.
path =
part-list =
[template]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance.cfg
...
...
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