Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

update readme #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Rails 3.2.13 + Carrierwave + a9s Swift Service + PostgreSQL

A small application that demonstrates the work of these programs together.
This application is a customized version of n0ne's Rails-Carrierwave-jQuery-File-Upload application which can be found here: https://github.com/n0ne/Rails-Carrierwave-jQuery-File-Upload .
We wrote a small application that demonstrates how Rails 3.2.13, Carrierwave, the a9s Swift Service and PostgreSQL work together.
This application is an adaptation of n0ne's [Rails-Carrierwave-jQuery-File-Upload application](https://github.com/n0ne/Rails-Carrierwave-jQuery-File-Upload).

You can use this application for a test run on [anyines.com](http://anyines.com) .
You can use this application for a test run on [anyines.com](http://anyines.com).


### Install Codebase
Expand All @@ -24,7 +24,7 @@ Run the ```rails server```

### View Application

From a web browser access the site via [localhost:3000](http://localhost:3000)
You can access the application using a browser: [localhost:3000](http://localhost:3000)

## Deploy the application to anynines

Expand All @@ -39,7 +39,7 @@ Edit the deployment manifest

The https://github.com/cloudfoundry/heroku-buildpack-ruby.git buildpack is referenced within the provided ```manifest.yml.example```. This buildpack is needed to support Rails 4 and Ruby 2.

Deploy the application
Deploy the application

$ cf push

Expand Down