Versions Compared

Key

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

The below article is for developers who want to do changes in crater PHP code :-

...

Code Block
docker build -t bahmni/crater-php -f docker/Dockerfile .
docker build -t bahmni/crater-nginx -f docker/nginx.Dockerfile .

We would need to edit .env file to let the server run on localhost:-

...

Navigate to localhost in your browser and check your application will be up and running with the changes being reflected .

Tip

Success

You have successfully made changes to the crater application .