Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

Through the below steps Crater can be installed on any device whether it is Linux, MacOS or windows. Note, for Bahmni you can install crater using Bahmni docker compose as mentioned here (Bahmni LITE): Running Bahmni ON Docker.

The below steps are to be used only if you want to perform a standalone install of Crater.

...

Code Block
$docker compose up -d

For development do the changes in your php code and run :-

Code Block
$ yarn  
$ yarn build

Now you can build a docker image of php from this file and use it in bahmni-docker file.

Tip

Run the above commands and go on your browser (http://localhost is default port) your crater installation wizard will start.

Commands to follow for master branch changes :-

Code Block
$ cd crater
$ cp .env.example .env
$ docker-compose up -d
$ ./docker-compose/setup.sh
Tip

Run the above commands and go on your browser (http://localhost is default port) your crater installation wizard will start.

Info

Do check the port on which crater is running in the docker file which you have cloned

...

You are all set to use crater

...

Tip

Success

Successfully installed crater invoice solution using Docker