├── .gitignore
├── LICENSE
├── README.md
├── contents
└── images
│ ├── AMI.png
│ ├── AWS_StaticWebsiteHosting_Architecture_1.png
│ ├── AWS_StaticWebsiteHosting_Architecture_2d.png
│ ├── AWS_StaticWebsiteHosting_Architecture_4b.png
│ ├── AWS_StaticWebsiteHosting_Architecture_step2a.png
│ ├── AWS_StaticWebsiteHosting_ConfigureAmazonS3Website_1.png
│ ├── AWS_StaticWebsiteHosting_Redirect_1.png
│ ├── Bookmark
│ ├── bookmark1.PNG
│ ├── bookmark10.PNG
│ ├── bookmark11.PNG
│ ├── bookmark12.PNG
│ ├── bookmark13.PNG
│ ├── bookmark14.PNG
│ ├── bookmark15.PNG
│ ├── bookmark16.PNG
│ ├── bookmark17.PNG
│ ├── bookmark2.PNG
│ ├── bookmark3.PNG
│ ├── bookmark4.PNG
│ ├── bookmark5.PNG
│ ├── bookmark6.PNG
│ ├── bookmark7.PNG
│ ├── bookmark8.PNG
│ ├── bookmark9.PNG
│ └── sign in.PNG
│ ├── Client Adding page.png
│ ├── Createbucket_1.png
│ ├── Creating bucket.png
│ ├── DyanamoDb data.JPG
│ ├── DynamoDb where and not.png
│ ├── EBSFirst.png
│ ├── EBSattachment.png
│ ├── EC2 link.png
│ ├── EclipseIDE.png
│ ├── Final page.JPG
│ ├── Final result.png
│ ├── FinalPHPPage.png
│ ├── FinaloutEC2.png
│ ├── Grid-Dynamic-Date.png
│ ├── IntroPage.png
│ ├── JDKFORPHONEGAP.png
│ ├── MysqlDatabase.png
│ ├── MysqlPassword.png
│ ├── NOSQL Table.png
│ ├── Phonegap.png
│ ├── Policy code.png
│ ├── ProjectEditPage.png
│ ├── ReportPageAdmin.png
│ ├── ResourceRemove.png
│ ├── Runas Eclipse.png
│ ├── SSHconnectionNN.png
│ ├── State of instance.jpg
│ ├── TImeLogsProject-Employee-Assign.png
│ ├── TagInstance.png
│ ├── TimeLog-Auto.png
│ ├── TimeLogTaskpage.png
│ ├── TimeLogsLogin2.png
│ ├── TimeSheetEmployeeOneDay.png
│ ├── accellogo.jpg
│ ├── autherization-timelogs.png
│ ├── auto scaling.jpg
│ ├── bucket permission.PNG
│ ├── configPort.png
│ ├── create bucket.PNG
│ ├── create table.PNG
│ ├── detachEBs.png
│ ├── dynamodb.PNG
│ ├── eb1.png
│ ├── eb10.png
│ ├── eb11.png
│ ├── eb12.png
│ ├── eb13.png
│ ├── eb14.png
│ ├── eb2.png
│ ├── eb3.png
│ ├── eb4.png
│ ├── eb5.png
│ ├── eb6.png
│ ├── eb7.png
│ ├── eb8.png
│ ├── eb9.png
│ ├── finalEBSAccess.png
│ ├── finalEc2.png
│ ├── flux app folder structure.JPG
│ ├── flux.png
│ ├── folder stracture.JPG
│ ├── frontendfolder.png
│ ├── phonegapENVPath.png
│ ├── s3 landing.PNG
│ ├── table index added.PNG
│ ├── table throughput alarm.PNG
│ ├── table throughput.PNG
│ ├── table add index.PNG
│ ├── table summary.PNG
│ ├── taskmanager.JPG
│ ├── timeLogsAdminHome.png
│ ├── timeLogsEMPLOYEEPage.png
│ ├── timeLogsLogin.png
│ ├── timeLogsMultiEntry.png
│ ├── timeLogsUserPage.png
│ ├── timeLogsprojectName.png
│ ├── timelogJSFolder.png
│ ├── timelogProjectSearch.png
│ ├── upload file.png
│ ├── user login.PNG
│ ├── user registration - Copy.PNG
│ └── user registration.PNG
└── demos
└── user-registration
├── .gitignore
├── LICENSE.txt
├── cache
├── index.html
└── timthumb_cacheLastCleanTime.touch
├── composer.json
├── css
├── bootstrap.css
├── bootstrap.min.css
└── sb-admin.css
├── fonts
├── glyphicons-halflings-regular.eot
├── glyphicons-halflings-regular.svg
├── glyphicons-halflings-regular.ttf
└── glyphicons-halflings-regular.woff
├── image_check.php
├── includes
├── footer.php
├── header.php
└── timthumb.php
├── index.php
├── js
├── bootstrap.js
├── bootstrap.min.js
├── common.js
├── jquery.js
└── jquery.validate.js
├── login.php
├── logout.php
└── upload
└── font-awesome-4.1.0
├── css
├── font-awesome.css
└── font-awesome.min.css
├── fonts
├── FontAwesome.otf
├── fontawesome-webfont.eot
├── fontawesome-webfont.svg
├── fontawesome-webfont.ttf
└── fontawesome-webfont.woff
├── less
├── bordered-pulled.less
├── core.less
├── fixed-width.less
├── font-awesome.less
├── icons.less
├── larger.less
├── list.less
├── mixins.less
├── path.less
├── rotated-flipped.less
├── spinning.less
├── stacked.less
└── variables.less
└── scss
├── _bordered-pulled.scss
├── _core.scss
├── _fixed-width.scss
├── _icons.scss
├── _larger.scss
├── _list.scss
├── _mixins.scss
├── _path.scss
├── _rotated-flipped.scss
├── _spinning.scss
├── _stacked.scss
├── _variables.scss
└── font-awesome.scss
/.gitignore:
--------------------------------------------------------------------------------
1 | config.php
2 |
3 | /demos/user-registration/config.php
4 |
--------------------------------------------------------------------------------
/LICENSE:
--------------------------------------------------------------------------------
1 | The MIT License (MIT)
2 |
3 | Copyright (c) 2014 Accel North America
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
23 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 |
2 | [](http://www.accelna.com/)
3 | Accel AWS Center of Excellence
4 | ==============================
5 |
6 | Guidelines and solutions architecture for building highly scalable Cloud apps on AWS.
7 |
8 | ## Demo Apps
9 |
10 | * [*user-registration*](https://github.com/AccelNA/aws-coe/tree/master/demos/user-registration) - [A simple demo for building AWS apps with DynamoDB and S3](https://github.com/AccelNA/aws-coe/wiki/Building-A-Simple-Web-App-On-AWS-With-DynamoDB-and-S3)
11 |
12 | ## Reference Apps
13 | Full-fledged web apps on the AWS Cloud.
14 |
15 | #### [bookmark.new](https://github.com/AccelNA/bookmark.new)
16 | A web app for bookmark and manage all kind of digital resources, built with AWS DynamoDB, Java and AngularJS
17 |
18 |
19 | ## Best Practices and Patterns
20 |
21 |
22 | ## Articles
23 | * [Building And Deploying Web Apps Into AWS Cloud Using AWS Elastic Beanstalk](https://github.com/AccelNA/aws-coe/wiki/Building-And-Deploying-Web-Apps-Into-AWS-Cloud-Using-AWS-Elastic-Beanstalk)
24 | * [Building A Simple Web App On AWS With DynamoDB and S3](https://github.com/AccelNA/aws-coe/wiki/Building-A-Simple-Web-App-On-AWS-With-DynamoDB-and-S3)
25 | * [Hosting A Static Website On AWS S3](https://github.com/AccelNA/aws-coe/wiki/Hosting--A-Static-Website--On-AWS-S3)
26 | * [Building A Hybrid Mobile App With ReactJS, Parse and PhoneGap](https://github.com/AccelNA/aws-coe/wiki/Building-A-Hybrid-Mobile-App-With-ReactJS,-Parse-and-PhoneGap)
27 |
--------------------------------------------------------------------------------
/contents/images/AMI.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AMI.png
--------------------------------------------------------------------------------
/contents/images/AWS_StaticWebsiteHosting_Architecture_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AWS_StaticWebsiteHosting_Architecture_1.png
--------------------------------------------------------------------------------
/contents/images/AWS_StaticWebsiteHosting_Architecture_2d.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AWS_StaticWebsiteHosting_Architecture_2d.png
--------------------------------------------------------------------------------
/contents/images/AWS_StaticWebsiteHosting_Architecture_4b.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AWS_StaticWebsiteHosting_Architecture_4b.png
--------------------------------------------------------------------------------
/contents/images/AWS_StaticWebsiteHosting_Architecture_step2a.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AWS_StaticWebsiteHosting_Architecture_step2a.png
--------------------------------------------------------------------------------
/contents/images/AWS_StaticWebsiteHosting_ConfigureAmazonS3Website_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AWS_StaticWebsiteHosting_ConfigureAmazonS3Website_1.png
--------------------------------------------------------------------------------
/contents/images/AWS_StaticWebsiteHosting_Redirect_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/AWS_StaticWebsiteHosting_Redirect_1.png
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark1.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark1.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark10.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark10.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark11.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark11.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark12.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark12.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark13.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark13.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark14.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark14.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark15.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark15.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark16.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark16.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark17.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark17.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark2.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark2.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark3.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark3.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark4.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark4.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark5.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark5.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark6.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark6.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark7.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark7.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark8.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark8.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/bookmark9.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/bookmark9.PNG
--------------------------------------------------------------------------------
/contents/images/Bookmark/sign in.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Bookmark/sign in.PNG
--------------------------------------------------------------------------------
/contents/images/Client Adding page.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Client Adding page.png
--------------------------------------------------------------------------------
/contents/images/Createbucket_1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Createbucket_1.png
--------------------------------------------------------------------------------
/contents/images/Creating bucket.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Creating bucket.png
--------------------------------------------------------------------------------
/contents/images/DyanamoDb data.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/DyanamoDb data.JPG
--------------------------------------------------------------------------------
/contents/images/DynamoDb where and not.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/DynamoDb where and not.png
--------------------------------------------------------------------------------
/contents/images/EBSFirst.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/EBSFirst.png
--------------------------------------------------------------------------------
/contents/images/EBSattachment.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/EBSattachment.png
--------------------------------------------------------------------------------
/contents/images/EC2 link.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/EC2 link.png
--------------------------------------------------------------------------------
/contents/images/EclipseIDE.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/EclipseIDE.png
--------------------------------------------------------------------------------
/contents/images/Final page.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Final page.JPG
--------------------------------------------------------------------------------
/contents/images/Final result.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Final result.png
--------------------------------------------------------------------------------
/contents/images/FinalPHPPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/FinalPHPPage.png
--------------------------------------------------------------------------------
/contents/images/FinaloutEC2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/FinaloutEC2.png
--------------------------------------------------------------------------------
/contents/images/Grid-Dynamic-Date.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Grid-Dynamic-Date.png
--------------------------------------------------------------------------------
/contents/images/IntroPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/IntroPage.png
--------------------------------------------------------------------------------
/contents/images/JDKFORPHONEGAP.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/JDKFORPHONEGAP.png
--------------------------------------------------------------------------------
/contents/images/MysqlDatabase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/MysqlDatabase.png
--------------------------------------------------------------------------------
/contents/images/MysqlPassword.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/MysqlPassword.png
--------------------------------------------------------------------------------
/contents/images/NOSQL Table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/NOSQL Table.png
--------------------------------------------------------------------------------
/contents/images/Phonegap.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Phonegap.png
--------------------------------------------------------------------------------
/contents/images/Policy code.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Policy code.png
--------------------------------------------------------------------------------
/contents/images/ProjectEditPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/ProjectEditPage.png
--------------------------------------------------------------------------------
/contents/images/ReportPageAdmin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/ReportPageAdmin.png
--------------------------------------------------------------------------------
/contents/images/ResourceRemove.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/ResourceRemove.png
--------------------------------------------------------------------------------
/contents/images/Runas Eclipse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/Runas Eclipse.png
--------------------------------------------------------------------------------
/contents/images/SSHconnectionNN.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/SSHconnectionNN.png
--------------------------------------------------------------------------------
/contents/images/State of instance.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/State of instance.jpg
--------------------------------------------------------------------------------
/contents/images/TImeLogsProject-Employee-Assign.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/TImeLogsProject-Employee-Assign.png
--------------------------------------------------------------------------------
/contents/images/TagInstance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/TagInstance.png
--------------------------------------------------------------------------------
/contents/images/TimeLog-Auto.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/TimeLog-Auto.png
--------------------------------------------------------------------------------
/contents/images/TimeLogTaskpage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/TimeLogTaskpage.png
--------------------------------------------------------------------------------
/contents/images/TimeLogsLogin2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/TimeLogsLogin2.png
--------------------------------------------------------------------------------
/contents/images/TimeSheetEmployeeOneDay.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/TimeSheetEmployeeOneDay.png
--------------------------------------------------------------------------------
/contents/images/accellogo.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/accellogo.jpg
--------------------------------------------------------------------------------
/contents/images/autherization-timelogs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/autherization-timelogs.png
--------------------------------------------------------------------------------
/contents/images/auto scaling.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/auto scaling.jpg
--------------------------------------------------------------------------------
/contents/images/bucket permission.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/bucket permission.PNG
--------------------------------------------------------------------------------
/contents/images/configPort.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/configPort.png
--------------------------------------------------------------------------------
/contents/images/create bucket.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/create bucket.PNG
--------------------------------------------------------------------------------
/contents/images/create table.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/create table.PNG
--------------------------------------------------------------------------------
/contents/images/detachEBs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/detachEBs.png
--------------------------------------------------------------------------------
/contents/images/dynamodb.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/dynamodb.PNG
--------------------------------------------------------------------------------
/contents/images/eb1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb1.png
--------------------------------------------------------------------------------
/contents/images/eb10.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb10.png
--------------------------------------------------------------------------------
/contents/images/eb11.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb11.png
--------------------------------------------------------------------------------
/contents/images/eb12.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb12.png
--------------------------------------------------------------------------------
/contents/images/eb13.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb13.png
--------------------------------------------------------------------------------
/contents/images/eb14.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb14.png
--------------------------------------------------------------------------------
/contents/images/eb2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb2.png
--------------------------------------------------------------------------------
/contents/images/eb3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb3.png
--------------------------------------------------------------------------------
/contents/images/eb4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb4.png
--------------------------------------------------------------------------------
/contents/images/eb5.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb5.png
--------------------------------------------------------------------------------
/contents/images/eb6.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb6.png
--------------------------------------------------------------------------------
/contents/images/eb7.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb7.png
--------------------------------------------------------------------------------
/contents/images/eb8.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb8.png
--------------------------------------------------------------------------------
/contents/images/eb9.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/eb9.png
--------------------------------------------------------------------------------
/contents/images/finalEBSAccess.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/finalEBSAccess.png
--------------------------------------------------------------------------------
/contents/images/finalEc2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/finalEc2.png
--------------------------------------------------------------------------------
/contents/images/flux app folder structure.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/flux app folder structure.JPG
--------------------------------------------------------------------------------
/contents/images/flux.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/flux.png
--------------------------------------------------------------------------------
/contents/images/folder stracture.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/folder stracture.JPG
--------------------------------------------------------------------------------
/contents/images/frontendfolder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/frontendfolder.png
--------------------------------------------------------------------------------
/contents/images/phonegapENVPath.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/phonegapENVPath.png
--------------------------------------------------------------------------------
/contents/images/s3 landing.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/s3 landing.PNG
--------------------------------------------------------------------------------
/contents/images/table index added.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/table index added.PNG
--------------------------------------------------------------------------------
/contents/images/table throughput alarm.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/table throughput alarm.PNG
--------------------------------------------------------------------------------
/contents/images/table throughput.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/table throughput.PNG
--------------------------------------------------------------------------------
/contents/images/table add index.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/table add index.PNG
--------------------------------------------------------------------------------
/contents/images/table summary.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/table summary.PNG
--------------------------------------------------------------------------------
/contents/images/taskmanager.JPG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/taskmanager.JPG
--------------------------------------------------------------------------------
/contents/images/timeLogsAdminHome.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timeLogsAdminHome.png
--------------------------------------------------------------------------------
/contents/images/timeLogsEMPLOYEEPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timeLogsEMPLOYEEPage.png
--------------------------------------------------------------------------------
/contents/images/timeLogsLogin.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timeLogsLogin.png
--------------------------------------------------------------------------------
/contents/images/timeLogsMultiEntry.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timeLogsMultiEntry.png
--------------------------------------------------------------------------------
/contents/images/timeLogsUserPage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timeLogsUserPage.png
--------------------------------------------------------------------------------
/contents/images/timeLogsprojectName.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timeLogsprojectName.png
--------------------------------------------------------------------------------
/contents/images/timelogJSFolder.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timelogJSFolder.png
--------------------------------------------------------------------------------
/contents/images/timelogProjectSearch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/timelogProjectSearch.png
--------------------------------------------------------------------------------
/contents/images/upload file.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/upload file.png
--------------------------------------------------------------------------------
/contents/images/user login.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/user login.PNG
--------------------------------------------------------------------------------
/contents/images/user registration - Copy.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/user registration - Copy.PNG
--------------------------------------------------------------------------------
/contents/images/user registration.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/contents/images/user registration.PNG
--------------------------------------------------------------------------------
/demos/user-registration/.gitignore:
--------------------------------------------------------------------------------
1 | /config.php
2 | /composer.phar
3 | /composer.lock
4 | /vendor
5 | /nbproject/private/
--------------------------------------------------------------------------------
/demos/user-registration/LICENSE.txt:
--------------------------------------------------------------------------------
1 |
2 | Apache License
3 | Version 2.0, January 2004
4 | http://www.apache.org/licenses/
5 |
6 | TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7 |
8 | 1. Definitions.
9 |
10 | "License" shall mean the terms and conditions for use, reproduction,
11 | and distribution as defined by Sections 1 through 9 of this document.
12 |
13 | "Licensor" shall mean the copyright owner or entity authorized by
14 | the copyright owner that is granting the License.
15 |
16 | "Legal Entity" shall mean the union of the acting entity and all
17 | other entities that control, are controlled by, or are under common
18 | control with that entity. For the purposes of this definition,
19 | "control" means (i) the power, direct or indirect, to cause the
20 | direction or management of such entity, whether by contract or
21 | otherwise, or (ii) ownership of fifty percent (50%) or more of the
22 | outstanding shares, or (iii) beneficial ownership of such entity.
23 |
24 | "You" (or "Your") shall mean an individual or Legal Entity
25 | exercising permissions granted by this License.
26 |
27 | "Source" form shall mean the preferred form for making modifications,
28 | including but not limited to software source code, documentation
29 | source, and configuration files.
30 |
31 | "Object" form shall mean any form resulting from mechanical
32 | transformation or translation of a Source form, including but
33 | not limited to compiled object code, generated documentation,
34 | and conversions to other media types.
35 |
36 | "Work" shall mean the work of authorship, whether in Source or
37 | Object form, made available under the License, as indicated by a
38 | copyright notice that is included in or attached to the work
39 | (an example is provided in the Appendix below).
40 |
41 | "Derivative Works" shall mean any work, whether in Source or Object
42 | form, that is based on (or derived from) the Work and for which the
43 | editorial revisions, annotations, elaborations, or other modifications
44 | represent, as a whole, an original work of authorship. For the purposes
45 | of this License, Derivative Works shall not include works that remain
46 | separable from, or merely link (or bind by name) to the interfaces of,
47 | the Work and Derivative Works thereof.
48 |
49 | "Contribution" shall mean any work of authorship, including
50 | the original version of the Work and any modifications or additions
51 | to that Work or Derivative Works thereof, that is intentionally
52 | submitted to Licensor for inclusion in the Work by the copyright owner
53 | or by an individual or Legal Entity authorized to submit on behalf of
54 | the copyright owner. For the purposes of this definition, "submitted"
55 | means any form of electronic, verbal, or written communication sent
56 | to the Licensor or its representatives, including but not limited to
57 | communication on electronic mailing lists, source code control systems,
58 | and issue tracking systems that are managed by, or on behalf of, the
59 | Licensor for the purpose of discussing and improving the Work, but
60 | excluding communication that is conspicuously marked or otherwise
61 | designated in writing by the copyright owner as "Not a Contribution."
62 |
63 | "Contributor" shall mean Licensor and any individual or Legal Entity
64 | on behalf of whom a Contribution has been received by Licensor and
65 | subsequently incorporated within the Work.
66 |
67 | 2. Grant of Copyright License. Subject to the terms and conditions of
68 | this License, each Contributor hereby grants to You a perpetual,
69 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70 | copyright license to reproduce, prepare Derivative Works of,
71 | publicly display, publicly perform, sublicense, and distribute the
72 | Work and such Derivative Works in Source or Object form.
73 |
74 | 3. Grant of Patent License. Subject to the terms and conditions of
75 | this License, each Contributor hereby grants to You a perpetual,
76 | worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77 | (except as stated in this section) patent license to make, have made,
78 | use, offer to sell, sell, import, and otherwise transfer the Work,
79 | where such license applies only to those patent claims licensable
80 | by such Contributor that are necessarily infringed by their
81 | Contribution(s) alone or by combination of their Contribution(s)
82 | with the Work to which such Contribution(s) was submitted. If You
83 | institute patent litigation against any entity (including a
84 | cross-claim or counterclaim in a lawsuit) alleging that the Work
85 | or a Contribution incorporated within the Work constitutes direct
86 | or contributory patent infringement, then any patent licenses
87 | granted to You under this License for that Work shall terminate
88 | as of the date such litigation is filed.
89 |
90 | 4. Redistribution. You may reproduce and distribute copies of the
91 | Work or Derivative Works thereof in any medium, with or without
92 | modifications, and in Source or Object form, provided that You
93 | meet the following conditions:
94 |
95 | (a) You must give any other recipients of the Work or
96 | Derivative Works a copy of this License; and
97 |
98 | (b) You must cause any modified files to carry prominent notices
99 | stating that You changed the files; and
100 |
101 | (c) You must retain, in the Source form of any Derivative Works
102 | that You distribute, all copyright, patent, trademark, and
103 | attribution notices from the Source form of the Work,
104 | excluding those notices that do not pertain to any part of
105 | the Derivative Works; and
106 |
107 | (d) If the Work includes a "NOTICE" text file as part of its
108 | distribution, then any Derivative Works that You distribute must
109 | include a readable copy of the attribution notices contained
110 | within such NOTICE file, excluding those notices that do not
111 | pertain to any part of the Derivative Works, in at least one
112 | of the following places: within a NOTICE text file distributed
113 | as part of the Derivative Works; within the Source form or
114 | documentation, if provided along with the Derivative Works; or,
115 | within a display generated by the Derivative Works, if and
116 | wherever such third-party notices normally appear. The contents
117 | of the NOTICE file are for informational purposes only and
118 | do not modify the License. You may add Your own attribution
119 | notices within Derivative Works that You distribute, alongside
120 | or as an addendum to the NOTICE text from the Work, provided
121 | that such additional attribution notices cannot be construed
122 | as modifying the License.
123 |
124 | You may add Your own copyright statement to Your modifications and
125 | may provide additional or different license terms and conditions
126 | for use, reproduction, or distribution of Your modifications, or
127 | for any such Derivative Works as a whole, provided Your use,
128 | reproduction, and distribution of the Work otherwise complies with
129 | the conditions stated in this License.
130 |
131 | 5. Submission of Contributions. Unless You explicitly state otherwise,
132 | any Contribution intentionally submitted for inclusion in the Work
133 | by You to the Licensor shall be under the terms and conditions of
134 | this License, without any additional terms or conditions.
135 | Notwithstanding the above, nothing herein shall supersede or modify
136 | the terms of any separate license agreement you may have executed
137 | with Licensor regarding such Contributions.
138 |
139 | 6. Trademarks. This License does not grant permission to use the trade
140 | names, trademarks, service marks, or product names of the Licensor,
141 | except as required for reasonable and customary use in describing the
142 | origin of the Work and reproducing the content of the NOTICE file.
143 |
144 | 7. Disclaimer of Warranty. Unless required by applicable law or
145 | agreed to in writing, Licensor provides the Work (and each
146 | Contributor provides its Contributions) on an "AS IS" BASIS,
147 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148 | implied, including, without limitation, any warranties or conditions
149 | of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150 | PARTICULAR PURPOSE. You are solely responsible for determining the
151 | appropriateness of using or redistributing the Work and assume any
152 | risks associated with Your exercise of permissions under this License.
153 |
154 | 8. Limitation of Liability. In no event and under no legal theory,
155 | whether in tort (including negligence), contract, or otherwise,
156 | unless required by applicable law (such as deliberate and grossly
157 | negligent acts) or agreed to in writing, shall any Contributor be
158 | liable to You for damages, including any direct, indirect, special,
159 | incidental, or consequential damages of any character arising as a
160 | result of this License or out of the use or inability to use the
161 | Work (including but not limited to damages for loss of goodwill,
162 | work stoppage, computer failure or malfunction, or any and all
163 | other commercial damages or losses), even if such Contributor
164 | has been advised of the possibility of such damages.
165 |
166 | 9. Accepting Warranty or Additional Liability. While redistributing
167 | the Work or Derivative Works thereof, You may choose to offer,
168 | and charge a fee for, acceptance of support, warranty, indemnity,
169 | or other liability obligations and/or rights consistent with this
170 | License. However, in accepting such obligations, You may act only
171 | on Your own behalf and on Your sole responsibility, not on behalf
172 | of any other Contributor, and only if You agree to indemnify,
173 | defend, and hold each Contributor harmless for any liability
174 | incurred by, or claims asserted against, such Contributor by reason
175 | of your accepting any such warranty or additional liability.
176 |
177 | END OF TERMS AND CONDITIONS
178 |
179 | APPENDIX: How to apply the Apache License to your work.
180 |
181 | To apply the Apache License to your work, attach the following
182 | boilerplate notice, with the fields enclosed by brackets "[]"
183 | replaced with your own identifying information. (Don't include
184 | the brackets!) The text should be enclosed in the appropriate
185 | comment syntax for the file format. We also recommend that a
186 | file or class name and description of purpose be included on the
187 | same "printed page" as the copyright notice for easier
188 | identification within third-party archives.
189 |
190 | Copyright [yyyy] [name of copyright owner]
191 |
192 | Licensed under the Apache License, Version 2.0 (the "License");
193 | you may not use this file except in compliance with the License.
194 | You may obtain a copy of the License at
195 |
196 | http://www.apache.org/licenses/LICENSE-2.0
197 |
198 | Unless required by applicable law or agreed to in writing, software
199 | distributed under the License is distributed on an "AS IS" BASIS,
200 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201 | See the License for the specific language governing permissions and
202 | limitations under the License.
203 |
--------------------------------------------------------------------------------
/demos/user-registration/cache/index.html:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/demos/user-registration/cache/index.html
--------------------------------------------------------------------------------
/demos/user-registration/cache/timthumb_cacheLastCleanTime.touch:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/demos/user-registration/cache/timthumb_cacheLastCleanTime.touch
--------------------------------------------------------------------------------
/demos/user-registration/composer.json:
--------------------------------------------------------------------------------
1 | {
2 | "require": {
3 | "aws/aws-sdk-php": "2.6.*"
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/demos/user-registration/css/sb-admin.css:
--------------------------------------------------------------------------------
1 | /*!
2 | * Start Bootstrap - SB Admin Bootstrap Admin Template (http://startbootstrap.com)
3 | * Code licensed under the Apache License v2.0.
4 | * For details, see http://www.apache.org/licenses/LICENSE-2.0.
5 | */
6 |
7 | /* Global Styles */
8 |
9 | body {
10 | margin-top: 100px;
11 | background-color: #D1D1D1;
12 | color:#555;
13 | }
14 |
15 | @media(min-width:768px) {
16 | body {
17 | margin-top: 50px;
18 | }
19 | }
20 | .error{
21 | color: #bd0000;
22 | font-size: 13px;
23 | font-weight: normal;
24 | }
25 | #wrapper {
26 | padding-left: 0;
27 | }
28 | .fl{
29 | float:left;
30 | }
31 | .pl-10{
32 | padding-left:10px;
33 | }
34 | #page-wrapper {
35 | width: 100%;
36 | padding: 0;
37 | background-color: #fff;
38 | }
39 | .navbar-inverse {
40 | background: none repeat scroll 0 0 #777;
41 | box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.28);
42 | height: 5px;
43 | position: fixed;
44 | text-align: center;
45 | width: 100%;
46 | z-index: 10;
47 | border:#FFF;
48 | }
49 | .navbar-brand{
50 | color: #fff !important;
51 | }
52 | .huge {
53 | font-size: 50px;
54 | line-height: normal;
55 | }
56 |
57 | @media(min-width:768px) {
58 | #wrapper {
59 | padding-left: 300px;
60 | padding-right: 300px;
61 | background: none repeat scroll 0 0 #fff;
62 | }
63 |
64 | #page-wrapper {
65 | padding: 10px;
66 | }
67 | }
68 |
69 | /* Top Navigation */
70 |
71 | .top-nav {
72 | padding: 0 15px;
73 | }
74 |
75 | .top-nav>li {
76 | display: inline-block;
77 | float: left;
78 | }
79 |
80 | .top-nav>li>a {
81 | padding: 22px 10px;
82 | line-height: 20px;
83 | color: #FFF;
84 | }
85 |
86 | .top-nav>li>a:hover,
87 | .top-nav>li>a:focus,
88 | .top-nav>.open>a,
89 | .top-nav>.open>a:hover,
90 | .top-nav>.open>a:focus {
91 | color: #fff;
92 | background-color: #000;
93 | }
94 |
95 | .top-nav>.open>.dropdown-menu {
96 | float: left;
97 | position: absolute;
98 | margin-top: 0;
99 | border: 1px solid rgba(0,0,0,.15);
100 | border-top-left-radius: 0;
101 | border-top-right-radius: 0;
102 | background-color: #fff;
103 | -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
104 | box-shadow: 0 6px 12px rgba(0,0,0,.175);
105 | }
106 |
107 | .top-nav>.open>.dropdown-menu>li>a {
108 | white-space: normal;
109 | }
110 |
111 | ul.message-dropdown {
112 | padding: 0;
113 | max-height: 250px;
114 | overflow-x: hidden;
115 | overflow-y: auto;
116 | }
117 |
118 | li.message-preview {
119 | width: 275px;
120 | border-bottom: 1px solid rgba(0,0,0,.15);
121 | }
122 |
123 | li.message-preview>a {
124 | padding-top: 15px;
125 | padding-bottom: 15px;
126 | }
127 |
128 | li.message-footer {
129 | margin: 5px 0;
130 | }
131 |
132 | ul.alert-dropdown {
133 | width: 200px;
134 | }
135 |
136 | /* Side Navigation */
137 |
138 | @media(min-width:768px) {
139 | .side-nav {
140 | position: fixed;
141 | top: 51px;
142 | left: 225px;
143 | width: 225px;
144 | margin-left: -225px;
145 | border: none;
146 | border-radius: 0;
147 | overflow-y: auto;
148 | background-color: #222;
149 | }
150 |
151 | .side-nav>li>a {
152 | width: 225px;
153 | }
154 |
155 | .side-nav li a:hover,
156 | .side-nav li a:focus {
157 | outline: none;
158 | background-color: #000 !important;
159 | }
160 | }
161 |
162 | .side-nav>li>ul {
163 | padding: 0;
164 | }
165 |
166 | .side-nav>li>ul>li>a {
167 | display: block;
168 | padding: 10px 15px 10px 38px;
169 | text-decoration: none;
170 | color: #999;
171 | }
172 |
173 | .side-nav>li>ul>li>a:hover {
174 | color: #fff;
175 | }
176 |
177 | /* Flot Chart Containers */
178 |
179 | .flot-chart {
180 | display: block;
181 | height: 400px;
182 | }
183 |
184 | .flot-chart-content {
185 | width: 100%;
186 | height: 100%;
187 | }
188 |
189 | /* Custom Colored Panels */
190 |
191 | .huge {
192 | font-size: 40px;
193 | }
194 |
195 | .panel-green {
196 | border-color: #5cb85c;
197 | }
198 |
199 | .panel-green .panel-heading {
200 | border-color: #5cb85c;
201 | color: #fff;
202 | background-color: #5cb85c;
203 | }
204 |
205 | .panel-green a {
206 | color: #5cb85c;
207 | }
208 |
209 | .panel-green a:hover {
210 | color: #3d8b3d;
211 | }
212 |
213 | .panel-red {
214 | border-color: #d9534f;
215 | }
216 |
217 | .panel-red .panel-heading {
218 | border-color: #d9534f;
219 | color: #fff;
220 | background-color: #d9534f;
221 | }
222 |
223 | .panel-red a {
224 | color: #d9534f;
225 | }
226 |
227 | .panel-red a:hover {
228 | color: #b52b27;
229 | }
230 |
231 | .panel-yellow {
232 | border-color: #f0ad4e;
233 | }
234 |
235 | .panel-yellow .panel-heading {
236 | border-color: #f0ad4e;
237 | color: #fff;
238 | background-color: #f0ad4e;
239 | }
240 |
241 | .panel-yellow a {
242 | color: #f0ad4e;
243 | }
244 |
245 | .panel-yellow a:hover {
246 | color: #df8a13;
247 | }
--------------------------------------------------------------------------------
/demos/user-registration/fonts/glyphicons-halflings-regular.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/demos/user-registration/fonts/glyphicons-halflings-regular.eot
--------------------------------------------------------------------------------
/demos/user-registration/fonts/glyphicons-halflings-regular.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/demos/user-registration/fonts/glyphicons-halflings-regular.ttf
--------------------------------------------------------------------------------
/demos/user-registration/fonts/glyphicons-halflings-regular.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/AccelNA/aws-coe/d95506dc932fd21cd4eb1e0e9f6a7d1505599142/demos/user-registration/fonts/glyphicons-halflings-regular.woff
--------------------------------------------------------------------------------
/demos/user-registration/image_check.php:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/demos/user-registration/includes/footer.php:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |