Note: Your user name is not your email address.
Your account is locked out! Please click here to unlock your account.
Your account is not activated yet. Please check your email and click on the activation link that was sent to you when you registered to our site. Did not received the activation email? Please click here to contact us.
Login failed, username or password is incorrect.
This tutorial shows you how to create an Amazon Web Services Linux+Apache+PHP simple web server, running a PHP web application sample demoing the main features of AirVantage 4 APIs (authentication, data monitoring, command sending), within 15 minutes. It uses an AWS Cloud Formation stack template, already prepared for you and ready to be deployed.
Before starting this tutorial, make sure you own:
https://s3-eu-west-1.amazonaws.com/elasticbeanstalk-eu-west-1-281626357614/Linux_Apache_PHP_AV4_Sample.template
https://na.m2mop.net/monitor/systems/systemDetails?uid=System_UID
<asset default-label="…" id="Asset_ID">
<variable default-label="…" path="Data_path">
<app:application xmlns:app="http://www.sierrawireless.com/airvantage/application/1.0" name="Application_Name" revision="Application_Revision" type="…">
<command default-label="…" id="" path="Command_path">
<parameter default-label="Text" default-value="..." id="Command_Key"/>
chmod 400 keysfile.pem
ssh -i yourfile.pem ec2-user@serverURL
scp -i keysfile.pem ec2-user@serverURL:/var/www/html/index.php .
scp -i keysfile.pem index.php ec2-user@serverURL:/var/www/html