Skip to content

vvaswani/jade

Repository files navigation

Jade

Jade provides a standard set of tools for lawyers to manage their cases and clients.

Features

  • Browser-based dashboard for client and case management
  • Electronic, searchable repository of documents and other case artifacts
  • Consolidated time recording and reporting system
  • Desktop and mobile access
  • Support for multiple languages

Screenshots and more information

Requirements

  • PHP 5.6 or PHP 7.x with intl and pdo extensions
  • Apache 2.x
  • MySQL 5.x
  • Git

Installation

  • If you have Docker and Docker Compose, install the application with the following commands:

      cd /tmp
      curl https://raw.githubusercontent.com/vvaswani/jade/master/.docker/docker-compose.yml > docker-compose.yml && docker-compose up
    

    Browse to http://DOCKER-HOST:8080/ to access the application.

  • If you don't have Docker and Docker Compose but have an environment with all the components listed above, install the application into your existing environment using this brief guide.

  • If you don't have Docker, Docker Compose or the components listed above, refer to the Windows, Linux or macOS guides for detailed, platform-specific instructions on how to set up the necessary environment and install the application.

The system is initialized with a single administrator account. The default username is admin@example.com and the default password is admin. It is recommended that you change these credentials immediately upon login.

Roadmap

If you are interested in the future direction of this project, please review the roadmap or contribute using the issues log. Your feedback is appreciated.

Useful Resources

Disclaimer

"Jade" is a working name for this project. The final name is yet to be determined (see issue #54).