Skip to content

KirillOsenkov/Codex-1

 
 

Repository files navigation

Codex

An extensible platform for indexing and exploring inspired by Source Browser

Getting started

  • Install Java JDK
  • Download and unzip ElasticSearch
  • Set JAVA_HOME environment variable. Run the following (change the path as needed): set JAVA_HOME=C:\Program Files\Java\jdk1.8.0_144.
  • Run .\elasticsearch.bat
  • Open Codex.sln
  • To index a project,
    • Run Codex project, passing in repo's name and path as arguments: SampleRepo C:\src\codex
    • When all files are processed, provide a short name for the symbols, e.g. codex
  • To run the Codex website,
    • Run Codex.Web project

About

An extensible platform for indexing and exploring inspired by Source Browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.0%
  • JavaScript 9.7%
  • CSS 4.3%
  • Other 1.0%