Skip to content
matubaum edited this page Jan 23, 2011 · 5 revisions

Welcome to sfCodeSearch project

This project is an attempt to have a local search engine for your code. It's inspired in already existent projects like www.google.com/codesearch or koders.com.

Technical Stuff

It's written in Symfony2 and makes use of MongoDB for data storage.

Current State:

This project have just started. The only thing done is the task to index code from a specified project.

php Symfony app:index PROJECT_NAME PATH/TO/PROJECT_DIR

Todo:

  1. Search engine
  2. Web interface
Clone this wiki locally