{% set app_page_title="Upload an Application" %} {% if standalone_app_page %}
{{ app_page_title }}
{% endif %}
{% if can_upload_apps %}
{% if success_message %}
{{ success_message }}
{% endif %} {% if error_message %}
{{ error_message }}
{% endif %}
How to Upload Applications
This page allows you to upload applications to AppScale. Applications must be in either the .zip format or the .tar.gz format. To package your application, run
"tar --exclude='app.tar.gz' -czvf app.tar.gz *"
in the directory containing the application's app.yaml file (for Python, Go, or PHP) or the WAR directory (for Java).
{% else %}
You do not have permission to upload applications. Please contact your cloud administrator.
{% endif %}