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
Roque
slapos
Commits
4ceadc17
Commit
4ceadc17
authored
Jan 10, 2013
by
Marco Mariani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed empty, unused configuration file, simplified buildout
parent
74635fc3
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
4 additions
and
30 deletions
+4
-30
software/maarch/development.cfg
software/maarch/development.cfg
+1
-1
software/maarch/instance-custom.cfg.in
software/maarch/instance-custom.cfg.in
+1
-1
software/maarch/software.cfg
software/maarch/software.cfg
+1
-20
stack/lapp/apache/instance-apache-php.cfg.in
stack/lapp/apache/instance-apache-php.cfg.in
+0
-7
stack/lapp/buildout.cfg
stack/lapp/buildout.cfg
+1
-1
No files found.
software/maarch/development.cfg
View file @
4ceadc17
...
@@ -61,7 +61,7 @@ command =
...
@@ -61,7 +61,7 @@ command =
grep parts ${buildout:develop-eggs-directory}/slapos.recipe.maarch.egg-link
grep parts ${buildout:develop-eggs-directory}/slapos.recipe.maarch.egg-link
# Unpin versions, in case
it has
been pinned in software.cfg
# Unpin versions, in case
they have
been pinned in software.cfg
[versions]
[versions]
slapos.cookbook =
slapos.cookbook =
slapos.toolbox =
slapos.toolbox =
...
...
software/maarch/instance-custom.cfg.in
View file @
4ceadc17
...
@@ -9,7 +9,7 @@ db_dbname = $${postgres-urlparse:path}
...
@@ -9,7 +9,7 @@ db_dbname = $${postgres-urlparse:path}
db_username = $${postgres-urlparse:username}
db_username = $${postgres-urlparse:username}
db_password = $${postgres-urlparse:password}
db_password = $${postgres-urlparse:password}
language = en
language = en
php_ini
_dir = $${directory:php-ini-dir}
php_ini
= $${directory:php-ini-dir}/php.ini
root_docservers = $${buildout:directory}/srv/docservers
root_docservers = $${buildout:directory}/srv/docservers
dependency = $${apache-php:recipe}
dependency = $${apache-php:recipe}
software/maarch/software.cfg
View file @
4ceadc17
...
@@ -59,25 +59,6 @@ url = http://downloads.sourceforge.net/project/maarch/Maarch%20Entreprise/Maarch
...
@@ -59,25 +59,6 @@ url = http://downloads.sourceforge.net/project/maarch/Maarch%20Entreprise/Maarch
md5sum = 5c2c859dee9d0dde3ba959474fd5fc86
md5sum = 5c2c859dee9d0dde3ba959474fd5fc86
#----------------
#--
#-- We don't need this static configuration file.
#-- An empty file is provided because it is required by the lapp stack.
#--
[application-template]
recipe = slapos.recipe.download
url = ${:_profile_base_location_}/config.php.in
md5sum = d41d8cd98f00b204e9800998ecf8427e
download-only = True
filename = template.in
mode = 0644
location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
location = config.php
#----------------
#----------------
#--
#--
#-- Define parts that will be executed later, in the instance.
#-- Define parts that will be executed later, in the instance.
...
@@ -91,7 +72,7 @@ part-list = maarch-configuration
...
@@ -91,7 +72,7 @@ part-list = maarch-configuration
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-custom.cfg.in
url = ${:_profile_base_location_}/instance-custom.cfg.in
output = ${buildout:directory}/instance-custom.cfg
output = ${buildout:directory}/instance-custom.cfg
md5sum = 2
8f6ad42b73806901ac2cd4ec563d73b
md5sum = 2
2d8e4d8bb1a5b1c42c6cfb42ee490a0
mode = 0644
mode = 0644
...
...
stack/lapp/apache/instance-apache-php.cfg.in
View file @
4ceadc17
...
@@ -194,8 +194,6 @@ url = $${request-postgres:connection-url}
...
@@ -194,8 +194,6 @@ url = $${request-postgres:connection-url}
[apache-php]
[apache-php]
recipe = slapos.cookbook:apachephp
recipe = slapos.cookbook:apachephp
source = ${application:location}
source = ${application:location}
template = ${application-template:location}/${application-template:filename}
configuration = ${application-configuration:location}
htdocs = $${rootdirectory:srv}/www/
htdocs = $${rootdirectory:srv}/www/
pid-file = $${basedirectory:run}/apache.pid
pid-file = $${basedirectory:run}/apache.pid
...
@@ -212,11 +210,6 @@ wrapper = $${basedirectory:services}/apache
...
@@ -212,11 +210,6 @@ wrapper = $${basedirectory:services}/apache
httpd-binary = ${apache:location}/bin/httpd
httpd-binary = ${apache:location}/bin/httpd
mysql-username = $${postgres-urlparse:username}
mysql-password = $${postgres-urlparse:password}
mysql-database = $${postgres-urlparse:path}
mysql-host = $${stunnel:local-host}
mysql-port = $${stunnel:local-port}
[logrotate-entry-apache]
[logrotate-entry-apache]
<= logrotate
<= logrotate
...
...
stack/lapp/buildout.cfg
View file @
4ceadc17
...
@@ -57,7 +57,7 @@ mode = 0644
...
@@ -57,7 +57,7 @@ mode = 0644
recipe = slapos.recipe.template
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/apache/instance-apache-php.cfg.in
url = ${:_profile_base_location_}/apache/instance-apache-php.cfg.in
output = ${buildout:directory}/instance-apache-php.cfg
output = ${buildout:directory}/instance-apache-php.cfg
md5sum =
3e4b7c176a7de23843f77261d88dd0b8
md5sum =
72b70452d1c077cfcd0f268181506b8e
mode = 0644
mode = 0644
[instance-apache-backup]
[instance-apache-backup]
...
...
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