Commit a9195d89 authored by Jondy Zhao's avatar Jondy Zhao

Change part name from main to demoapp

Change the entry of demoapp in the services directory
parent 2c4eb59a
......@@ -2,7 +2,7 @@
parts =
rootdirectory
basedirectory
main
demoapp
eggs-directory = ${buildout:eggs-directory}
develop-eggs-directory = ${buildout:develop-eggs-directory}
......@@ -25,10 +25,10 @@ run = $${rootdirectory:var}/run
backup = $${rootdirectory:srv}/backup
promises = $${rootdirectory:etc}/promise
[main]
[demoapp]
recipe = hexagonit.recipe.download
url = ${buildout:directory}/demoapp.py
destination = $${basedirectory:scripts}
destination = $${basedirectory:services}
filename = demoapp
download-only = true
mode = 0755
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment