Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
add App title and clean instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 15, 2013
1 parent 38aed87 commit 62369d6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions dist/phing/deploy.xml
Expand Up @@ -28,7 +28,7 @@
<ajaxplorer_sdk
cliPath="${cliPath}"
action="apply_installer_form"
params='--ADMIN_USER_LOGIN=${admin_user} --ADMIN_USER_PASS=${admin_password}'
params='--ADMIN_USER_LOGIN=${admin_user} --ADMIN_USER_PASS=${admin_password} --APPLICATION_TITLE="Latest Tests" --APPLICATION_WELCOME="Phing Test Deployment" --APPLICATION_LANGUAGE=en'
/>

<!-- CREATE REPOSITORIES -->
Expand All @@ -45,5 +45,10 @@
password="${admin_password}"
action="create_repository"
params='--DISPLAY="smb" --DRIVER=smb --json_data={\"HOST\":\"${ws.samba.host}\",\"PATH\":\"${ws.samba.share}\",\"USER\":\"${ws.samba.user}\",\"PASSWORD\":\"${ws.samba.password}\",}'/>

<!-- Some cleaning before accessing via HTTP -->
<delete file="${cliPath}/data/cache/i18n/en_plugins_messages.ser"/>
<exec command="chmod -R a+rw ${cliPath}/data"/>

</target>
</project>
</project>

0 comments on commit 62369d6

Please sign in to comment.