Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 963 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 963 Bytes

GSoc Photo Language Translation Project 2014

  1. Gsoc Timeline : http://tyrocredence3.blogspot.in/
  2. Systers My profile page : http://systers.org/systers-dev/doku.php/saumya_gurtu
  3. Deployed project link :

PLTcode

Its the actual rails application code

docs

Its contains the following files:

  1. Systers_GSoC14_LangTrans_Requirements.docx
  2. PC_PostRegion.xlsx
  3. plt_ProjectDocumentation.docx - Project Documentation : http://tyrocredence4.blogspot.in/
  4. plt_ProjectUnitTesting.docx - Unit Tests : http://tyrocredence7.blogspot.in/

Framework and specifications:

  1. Rails 4.1.1
  2. Ruby 2.1.2p95
  3. Sqlite3 (development and test), postgresql (deployment)

How to run this application?

  1. Download the zip PLTcode file from repository.
  2. Extract the folder and type "cd foldername".
  3. Do "rake db:migrate".
  4. Do "rake db:seed".
  5. Do "rails s" and open the link it asks you to in your web browser.
  6. Now use the application as you like :)