Home

Awesome

j-lawyer.org Developer Quickstart

Repository with documentation, scripts and tools for building all sub projects. No source code in this repository that will end up in any release.

Quickstart:

Prepare environment

Build the application

Running tests

Set up a new development database

Run j-lawyer-org/j-lawyer-server/setup/create_database.sql in a MySQL prompt or frontend. MariaDB on Windows ships with HeidiSQL as a frontend, or connect to the database using

mysql -u root -p

then then issue the command

source C:/dev/j-lawyer-org/j-lawyer-server/setup/create_database.sql;

(use forward slashes) This will create an empty j-lawyer.org database with users admin/a and user/u

Deploy the server

Questions: reach out to info (-at-) j-lawyer.org - we will provide support to anyone considering to support the project. Word!

Hints

n/a