Difference between revisions of "Script variables"

From Amahi Wiki
Jump to: navigation, search
(Created page with 'Things needed in scripts: * HDA IP * Directory of the webapp (basically, PWD) * app name * IP of the router? * Netmask?')
 
Line 1: Line 1:
 
Things needed in scripts:
 
Things needed in scripts:
  
* HDA IP
+
* AMAHI_HDA_IP: HDA IP
* Directory of the webapp (basically, PWD)
+
* AMAHI_APP_DIR: Directory of the webapp (basically, PWD)
* app name
+
* AMAHI_APP_NAME: App name
* IP of the router?
+
* AMAHI_GW_IP: IP of the router?
* Netmask?
+
* AMAHI_NETMASK: Netmask?
 +
* AMAHI_ADMIN_USERNAME: admin username
 +
* AMAHI_ADMIN_PASSWORD: admin password

Revision as of 01:22, 3 March 2010

Things needed in scripts:

  • AMAHI_HDA_IP: HDA IP
  • AMAHI_APP_DIR: Directory of the webapp (basically, PWD)
  • AMAHI_APP_NAME: App name
  • AMAHI_GW_IP: IP of the router?
  • AMAHI_NETMASK: Netmask?
  • AMAHI_ADMIN_USERNAME: admin username
  • AMAHI_ADMIN_PASSWORD: admin password