Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuzee committed Nov 22, 2015
1 parent dcf603e commit cb874cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

*This is simple open source slidesharing application.*

You can see the working demo at http://slide.meguro.ryuzee.com/

![Public Site](screenshot1.png)

## Feature

- Uploading slides (pptx, pdf)
Expand All @@ -18,9 +22,7 @@
- Transcript
- Admin Dashboard to overview statistics and edit slides

You can see the working demo at http://slide.meguro.ryuzee.com/

![Sample1](screenshot1.png)
![AdminDashboard](screenshot2.png)

## Requirements

Expand All @@ -36,7 +38,7 @@ It includes Vagrantfile and Chef cookbooks to build dev environment.

## Install For AWS User

If you want to run this app on AWS, You can use a simple CloudFormation Template [here](https://raw.githubusercontent.com/ryuzee/open-slideshare-environment/master/aws_cfn_single.template). This template will create a VPC, 4 subnets for both provate and public, required S3 buckets, SQS queue, IAM Role and so on. When you run this template, only you need to do is to wait around 15 minutes with coffee.
If you want to run this app on AWS, You can use a simple CloudFormation Template [here](https://raw.githubusercontent.com/ryuzee/open-slideshare-environment/master/aws_cfn_single.template). This template will create a VPC, 4 subnets for both private and public, required S3 buckets, SQS queue, IAM Role and so on. When you run this template, only you need to do is to wait around 15 minutes with coffee.

This template is only for Tokyo region (ap-northeast-1). If you want to run the app in other region, you need to customize both this CFn template and install.sh.

Expand Down
Binary file modified screenshot1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshot2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cb874cf

Please sign in to comment.