Skip to content

fuag15/feathers

Repository files navigation

Revitalization of portfolio site

Slowly re-organizing and refactoring portfolio site to bring it out of 2007. This is an on-going project done in downtime or when I nag at me enough :)

Detailed Docs

Local Install

This package is set up to use some external tools:

First you will need to set up a postgresql user for the database:

sudo -u postgres createuser --createdb --pwprompt feathers
# make password feathers
# make superuser

To set up a local env clone and cd into cloned directory then:

bundle install
rake db:setup
foreman start

You should be able to view the site on localhost:3000, or here

Dev Guidlines

  • Use git flow
  • Use the issue tracker
  • Comment
  • Test
  • Keep docs up to date!

Roadmap

  • improve / re-design / profile / expand over time
    • move update resumes for targeted resumes in new format (add markdown parsin)
    • update to rails 4 when released
    • use rails 4 perf_test gem after update for performance testing

About

slowly migrating my portfolio to the modern web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published