Skip to content

kelda/magda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magda

This repo was originally developed as a test application for Blimp -- a development environment that runs your containers in the cloud, while keeping the exact same configuration and workflow as Docker Compose.

It contains examples of several useful Docker Compose patterns, such as Data Containers.

This repo works with docker-compose up as well without any modifications.

blimp up

Usage

Step 1: Clone the repo

git clone https://github.com/kelda/magda
cd magda

Step 2: Setup Blimp (if you want to run docker-compose.yml in the cloud)

# Install the Blimp CLI
curl -fsSL 'https://kelda.io/get-blimp.sh' | sh

# Create an account
blimp login

Step 3: Boot the docker-compose.yml

blimp up

Or run docker-compose up to run it locally.

Both commands boot the docker-compose.yml, and sets up the declared volumes and localhost tunnels.


Step 4: Test a code change

Wait for all the containers to boot. Note that you may see some errors from the indexer and registry-api service, but that's fine.

  1. View the Magda homepage at localhost:8080.
  2. View the bug by searching for "Australia". You should see a Syntax Error.
  3. Fix the bug by changing this_value_is_wrong on line 104 of web-server/src/index.js to v0. Once you save, your change will get synced into the container by a host volume. Nodemon will then notice the file change, and restart your code.
  4. Confirm the fix worked by refreshing the search.

Credits

  • This example repo was adapted from code from the official Magda project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published