saruby-cloud | demo app from the SA Ruby presentation
kandi X-RAY | saruby-cloud Summary
kandi X-RAY | saruby-cloud Summary
saruby-cloud is a Ruby library. saruby-cloud has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
This is the application that I demoed at the 4/28/2009 SARuby meeting. It is a picture uploading/converting application that is completely run in the Amazon cloud: EC2/S3/CloudFront/SQS/SimpleDB. The application has a web component, which is where you upload your pictures, and a async processing component that converts these images to different sizes, applies effects, etc. This is very much a demonstration application. Slides used for the presentation can be found here:There are a few things you need to do to get this app running. 1 - Setup your AWS keys in either your environment (development mode), or 2) put them in the proper txt files (production mode - see production.rb). 2 - Install the proper gems. rake install:gems should do the trick. 3 - Using the right_aws tools, you need to setup several things. -Setup your cloud front distribution acf = RightAws::AcfInterface.new dist = acf.create_distribution 'UPLOAD_BUCKET.s3.amazonaws.com', 'desc'. 4 - Substitute YOUR_CLOUDFRONT_DISTRIBUTION_NAME in picture.rb with your new distribution name. 5 - If running in production, edit application_controller.rb and replace pictr.yourdomain.com with the proper name. 6 - Install a Georgia.ttf font in files/ See convert_job.rb (this was used for the text overlay in the pictures).
This is the application that I demoed at the 4/28/2009 SARuby meeting. It is a picture uploading/converting application that is completely run in the Amazon cloud: EC2/S3/CloudFront/SQS/SimpleDB. The application has a web component, which is where you upload your pictures, and a async processing component that converts these images to different sizes, applies effects, etc. This is very much a demonstration application. Slides used for the presentation can be found here:There are a few things you need to do to get this app running. 1 - Setup your AWS keys in either your environment (development mode), or 2) put them in the proper txt files (production mode - see production.rb). 2 - Install the proper gems. rake install:gems should do the trick. 3 - Using the right_aws tools, you need to setup several things. -Setup your cloud front distribution acf = RightAws::AcfInterface.new dist = acf.create_distribution 'UPLOAD_BUCKET.s3.amazonaws.com', 'desc'. 4 - Substitute YOUR_CLOUDFRONT_DISTRIBUTION_NAME in picture.rb with your new distribution name. 5 - If running in production, edit application_controller.rb and replace pictr.yourdomain.com with the proper name. 6 - Install a Georgia.ttf font in files/ See convert_job.rb (this was used for the text overlay in the pictures).
Support
Quality
Security
License
Reuse
Support
saruby-cloud has a low active ecosystem.
It has 3 star(s) with 0 fork(s). There are 3 watchers for this library.
It had no major release in the last 6 months.
saruby-cloud has no issues reported. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of saruby-cloud is current.
Quality
saruby-cloud has no bugs reported.
Security
saruby-cloud has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
saruby-cloud is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
saruby-cloud releases are not available. You will need to build from source code and install.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of saruby-cloud
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of saruby-cloud
saruby-cloud Key Features
No Key Features are available at this moment for saruby-cloud.
saruby-cloud Examples and Code Snippets
No Code Snippets are available at this moment for saruby-cloud.
Community Discussions
No Community Discussions are available at this moment for saruby-cloud.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install saruby-cloud
You can download it from GitHub.
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page