By Andrew Thul
Personal Portfolio is a basic personal information site including project pages, blog posts, and proper authorization and authentication. still a work in progress this app lacks subject content but functionality is still there.
Run the following command from within the 'portfolio' directory to install it:
bundle installPrepare your database:
rake db:setupFor use in a local server run:
rails sThen use this url to access the app in your browser:
localhost:3000
Otherwise put into production with whetever public server you prefer, Heroku for instance.
- Andrew Thul
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
