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
ceae943f
Commit
ceae943f
authored
Jun 27, 2011
by
Cédric de Saint Martin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add templates, use new buildout
parent
7a53fdbc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
64 additions
and
2 deletions
+64
-2
software/phpmyadmin/instance.cfg
software/phpmyadmin/instance.cfg
+17
-0
software/phpmyadmin/phpmyadmin-configuration-template.php.ini
...ware/phpmyadmin/phpmyadmin-configuration-template.php.ini
+25
-0
software/phpmyadmin/software.cfg
software/phpmyadmin/software.cfg
+22
-2
No files found.
software/phpmyadmin/instance.cfg
0 → 100644
View file @
ceae943f
[buildout]
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
parts = instance
[instance]
recipe = slapos.recipe.osoeslaptraining:request
source = ${application:location}
template = ${application-template:location}/${application-template:filename}
configuration = ${application-configuration:location}
httpd_binary = ${apache:location}/bin/httpd
mysql_binary = ${mariadb:location}/bin/mysql
mysql_install_binary = ${mariadb:location}/bin/mysql_install_db
mysql_upgrade_binary = ${mariadb:location}/bin/mysql_upgrade
mysqld_binary = ${mariadb:location}/libexec/mysqld
software/phpmyadmin/phpmyadmin-configuration-template.php.ini
0 → 100644
View file @
ceae943f
<?php
$cfg
['blowfish_secret']
=
''
; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$
i
=
0;
$i++
;
/*
Server
parameters
*/
$cfg
['Servers'][$i]['host']
=
'%(mysql_host)s'
;
$cfg
['Servers'][$i]['port']
=
'%(mysql_port)s'
;
/*
Authentication
type
*/
$cfg
['Servers'][$i]['auth_type']
=
'cookie'
;
$cfg
['Servers'][$i]['user']
=
''
;
$cfg
['Servers'][$i]['connect_type']
=
'tcp'
;
$cfg
['Servers'][$i]['compress']
=
false
;
/*
Select
mysqli
if
your
server
has
it
*/
$cfg
['Servers'][$i]['extension']
=
'mysql'
;
$cfg
['Servers'][$i]['AllowNoPassword']
=
false
;
/*
rajk
-
for
blobstreaming
*/
$cfg
['Servers'][$i]['bs_garbage_threshold']
=
50
;
$cfg
['Servers'][$i]['bs_repository_threshold']
=
'32M'
;
$cfg
['Servers'][$i]['bs_temp_blob_timeout']
=
600
;
$cfg
['Servers'][$i]['bs_temp_log_threshold']
=
'32M'
;
$cfg
['UploadDir']
=
''
;
$cfg
['SaveDir']
=
''
;
?>
\ No newline at end of file
software/phpmyadmin/software.cfg
View file @
ceae943f
[buildout]
# Use only quite well working sites.
allow-hosts =
*.nexedi.org
*.python.org
*.sourceforge.net
dist.repoze.org
effbot.org
github.com
peak.telecommunity.com
psutil.googlecode.com
www.dabeaz.com
versions = versions
parts =
template
downloadcache-workaround
...
...
@@ -25,8 +41,8 @@ strip-top-level-dir = true
[application-template]
recipe = hexagonit.recipe.download
url = https://docs.google.com/a/lnowak.com/uc?id=0B_lVQSQ57Cz7Yzg3MjFiYTgtNmJlYy00YjhhLWE4ZGEtYThlOWM2NzA3YWQ0&export=download&hl=en
#
url = ${:_profile_base_location_}/phpmyadmin-configuration-template.php.ini
#
url = https://docs.google.com/a/lnowak.com/uc?id=0B_lVQSQ57Cz7Yzg3MjFiYTgtNmJlYy00YjhhLWE4ZGEtYThlOWM2NzA3YWQ0&export=download&hl=en
url = ${:_profile_base_location_}/phpmyadmin-configuration-template.php.ini
#md5sum = Student may put here md5sum of this file, this is good idea
download-only = True
filename = template.in
...
...
@@ -346,3 +362,7 @@ configure-options =
environment =
CPPFLAGS =-I${ncurses:location}/include -I${readline:location}/include
LDFLAGS =-L${readline:location}/lib -L${ncurses:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${ncurses:location}/lib -Wl,-rpath -Wl,${readline:location}/lib
[versions]
# Use SlapOS patched zc.buildout
zc.buildout = 1.5.3-dev-SlapOS-004
\ 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