Skip to content

added start.sh script#181

Merged
ArnavAgrawal03 merged 1 commit into
morphik-org:mainfrom
Mpasha17:added_strat.sh
Jun 5, 2025
Merged

added start.sh script#181
ArnavAgrawal03 merged 1 commit into
morphik-org:mainfrom
Mpasha17:added_strat.sh

Conversation

@Mpasha17

@Mpasha17 Mpasha17 commented Jun 3, 2025

Copy link
Copy Markdown
Contributor

About the PR

Running the app was Diffucult so added start.sh script which makes the app to run easily with just two commands

#PR Description:
This PR introduces a new start.sh script to the repository, designed to simplify and automate the local development setup for Morphik.
The script performs the following key actions:
Checks for Docker and Docker Compose prerequisites
Creates a .env file with default environment variables if one does not exist
Ensures required directories (such as storage and logs) are present
Builds and starts all services using Docker Compose
Waits for all containers to become healthy before indicating readiness
Provides clear instructions for accessing the API and viewing logs

**How to use
chmod +x start.sh
./start.sh

@jazzberry-ai

jazzberry-ai Bot commented Jun 3, 2025

Copy link
Copy Markdown

Bug Report

Name Severity Example test case Description
Hardcoded JWT Secret Key Critical Inspect the .env file. The JWT secret key is hardcoded to 'your-secret-key-here', which compromises the security of the application.

Comments? Email us.

@CLAassistant

CLAassistant commented Jun 3, 2025

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@ArnavAgrawal03 ArnavAgrawal03 merged commit 7231b2a into morphik-org:main Jun 5, 2025
1 check passed
@ArnavAgrawal03

Copy link
Copy Markdown
Collaborator

thank you for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants