Add first work package for REST API implementation
[anna.git] / example / diameter / launcher / deploy-adml-http.sh
index 8547b61..0fc848e 100755 (executable)
@@ -71,7 +71,7 @@ mkdir -p ${ADML}/counters
 mkdir -p ${ADML}/test-reports
 
 # Scripts:
-cp ${PROJECT_ROOT}/example/diameter/launcher/resources/scripts/operation_curl.sh ${ADML}/operation.sh
+cp ${PROJECT_ROOT}/example/diameter/launcher/resources/scripts/operation.sh ${ADML}
 
 # Templates:
 mkdir $DTDs
@@ -115,6 +115,13 @@ echo "localhost:8000" > ${ADML}/.httpServer
 # Help
 cp ${PROJECT_ROOT}/example/diameter/launcher/resources/HELP.md ${ADML}
 
+# Simple services which only loads the diameter base dictionary:
+cat << EOF > ${ADML}/services.xml
+<services>
+  <stack id="0" dictionary="stacks/diameter_base.0.xml" fixMode="Never"/>
+</services>
+EOF
+
 # Remove AOTS actions:
 rm ${ADML}/ACTIONS.md