Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 835 Bytes

README.markdown

File metadata and controls

28 lines (17 loc) · 835 Bytes

CareeringOffTheRails

This is a port of Jobeet from the Symfony Framework to Agavi.

While only the general structure and templates remain similar, it should still give a good idea about the differences between the two frameworks and hopefully be a good reference for other projects.

You can find the original Jobeet demo site here

You can find the CareeringOffTheRails demo site here

Installation

git clone http://github.com/enixu/careering-off-the-rails.git careering-off-the-rails

cd careering-off-the-rails

git submodule update --init --recursive

/app/cache, /app/data and /public/upload need to be writable from the web server.

LICENSE

Like Jobeet, CareeringOffTheRails is licensed under the MIT license.