Skip to content

zatrapilla/mathim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mathim.com source code

License

Licensed under AGPL 3. See LICENSE.txt for details.

Development info

This uses Lift 2.4, so consult their directions. http://liftweb.net/.

Building

Build with sbt, available here: http://www.scala-sbt.org/. Tested with sbt 0.12.4.

To compile, use “compile” at the sbt prompt.

To run the app, use “~container:start”. Navigate your browser to http://localhost:8080.

To build a WAR for deployment, use the “package” task. Deploy the WAR using jetty or another Java servlet container.

Logging

Chats are logged to /var/log/mathim directory. So make that directory writable by the servlet container, and you will get logging.

LaTeX rendering

LaTeX rendering depends on the MathJax project.

http://www.mathjax.org/

Contact

See http://mathim.com for contact email.

Releases

No releases published

Packages

No packages published

Languages

  • Scala 69.7%
  • JavaScript 23.3%
  • CSS 7.0%