Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
README markup updated
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTobes committed Feb 23, 2010
1 parent 4e3bf57 commit 2de22dd
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions README.markdown
Expand Up @@ -70,13 +70,12 @@ which adds an access point to Apache, so you can easily retrieve the total and u

## A quick step by step Howto:

get apachemodule, compile with:
`sudo apxs -c -i -a -Wc,-arch -Wc,ppc7400 -Wl,-arch -Wl,ppc7400 -Wc,-arch -Wc,x86_64 -Wl,-arch -Wl,x86_64 -Wc,-arch -Wc,i386 -Wl,-arch -Wl,i386 mod_upload_progress.c`
* get apachemodule, compile with:
`sudo apxs -c -i -a -Wc,-arch -Wc,ppc7400 -Wl,-arch -Wl,ppc7400 -Wc,-arch -Wc,x86_64 -Wl,-arch -Wl,x86_64 -Wc,-arch -Wc,i386 -Wl,-arch -Wl,i386 mod_upload_progress.c`

update apache conf and create vhost

create rails app
add plugins
* update apache conf and create vhost
* create rails app
* add plugins

* paperclip:
`config.gem 'paperclip', :source => 'http://gemcutter.org'`
Expand All @@ -85,16 +84,15 @@ add plugins
* jQuery + jRails:
`script/plugin install git://github.com/aaronchi/jrails.git`

add blueprint css files
add basic html layout
add asset controller
add asset model, add [uuid](http://ariejan.net/2008/08/12/ruby-on-rails-uuid-as-your-activerecord-primary-key/)
add tests
add [ajaxupload](http://valums.com/ajax-upload/) for background upload
add jQuery Ajax call to check upload progress
finish it up and make it nice

deploy [with capistrano and git+passenger](http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/)
* add blueprint css files
* add basic html layout
* add asset controller
* add asset model, add [uuid](http://ariejan.net/2008/08/12/ruby-on-rails-uuid-as-your-activerecord-primary-key/)
* add tests
* add [ajaxupload](http://valums.com/ajax-upload/) for background upload
* add jQuery Ajax call to check upload progress
* finish it up and make it nice
* deploy [with capistrano and git+passenger](http://www.zorched.net/2008/06/17/capistrano-deploy-with-git-and-passenger/)


## Further reading and other resources:
Expand Down

0 comments on commit 2de22dd

Please sign in to comment.