Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
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
Guillaume Hervier
slapos-caddy
Commits
3b67f66b
Commit
3b67f66b
authored
Sep 25, 2013
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stack/flask :Âuser can now download and work on his own git repository
parent
25ea4c7c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
6 deletions
+8
-6
stack/flask/instance-flask.cfg
stack/flask/instance-flask.cfg
+4
-3
stack/flask/software.cfg
stack/flask/software.cfg
+4
-3
No files found.
stack/flask/instance-flask.cfg
View file @
3b67f66b
...
...
@@ -147,7 +147,7 @@ name = example.com
[base-server]
recipe = hexagonit.recipe.download
url = ${server_base_py:location}/${server_base_py:filename}
#md5sum =
md5sum = a2bf143a482d46dee421a24189a4b069
download-only = true
destination = $${directory:www}
mode = 0644
...
...
@@ -155,7 +155,7 @@ mode = 0644
[base-module]
recipe = hexagonit.recipe.download
url = ${module_base_py:location}/${module_base_py:filename}
#md5sum =
md5sum = 5ad39f196605b062e94b738da03fe91c
download-only = true
destination = $${directory:www}
mode = 0644
...
...
@@ -164,6 +164,7 @@ mode = 0644
recipe = slapos.recipe.build:gitclone
repository = ${git-user:location}
location = $${directory:www}
develop = true
git-executable = ${git-user:git-executable}
[git-change-origin]
...
...
@@ -192,4 +193,4 @@ curl_path = ${curl:location}/bin/curl
[symlinks]
recipe = cns.recipe.symlink
symlink_target = $${directory:bin}
symlink_base = ${buildout:directory}/bin
\ No newline at end of file
symlink_base = ${buildout:directory}/bin
stack/flask/software.cfg
View file @
3b67f66b
...
...
@@ -31,7 +31,7 @@ mode = 0644
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/instance-flask.cfg
output = ${buildout:directory}/template-flask.cfg
#md5sum = 4ecf02b09c8e8a3440bd9eb9e846314f
md5sum = 6aa3a502443034806be7024f1313d3c2
mode = 0644
[template_nginx_conf]
...
...
@@ -70,7 +70,8 @@ mode = 0644
[git-user]
recipe = slapos.recipe.build:gitclone
repository = ${code:git-repo}
repository = http://github.com/Sebatyne/FlaskMinimum.git
branch = master
git-executable = ${git:location}/bin/git
location = ${buildout:parts-directory}/${:_buildout_section_name_}
...
...
@@ -88,4 +89,4 @@ eggs =
[versions]
gunicorn = 18.0
Flask = 0.10
\ No newline at end of file
Flask = 0.10
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