Example Clone Using Linux Git command line

The following example shows how to clone a repository using Linux environment. Please make sure to have your password on hand.

mkdir verne-training
cd verne-training
git clone https://bitbucket.org/fostermoore/super-heroes.git
Cloning into 'super-heroes'...
Username for 'https://bitbucket.org': johndoe
Password for 'https://johndoe@bitbucket.org': 
remote: Counting objects: 602, done.
remote: Compressing objects: 100% (244/244), done.
remote: Total 602 (delta 327), reused 529 (delta 277)
Receiving objects: 100% (602/602), 161.99 KiB | 418.00 KiB/s, done.
Resolving deltas: 100% (327/327), done.
[FosterMoore\jungbeg@a-2jdki7wc4rp70 verne-training]$ 

Example Clone Using Windows Git command line

The following example shows how to clone a repository using Windows environment. Please make sure to have your password on hand.

mkdir verne-training
cd verne-training
git clone https://bitbucket.org/fostermoore/super-heroes
Username for 'https://bitbucket.org': johndoe
Password for 'https://johndoe@bitbucket.org': 
remote: Counting objects: 602, done.
remote: Compressing objects: 100% (244/244), done.
remote: Total 602 (delta 327), reused 529 (delta 277)
Receiving objects: 100% (602/602), 161.99 KiB | 418.00 KiB/s, done.
Resolving deltas: 100% (327/327), done.

Step 2: Installing Magellan Builder

Magellan Builder is the Foster Moore tool for configuring, debugging and testing Verne applications. It is bundled with Docker Desktop and Stratus – both of which are required for Verne configuration.

Note: Even if you already have Magellan installed you may need to re-install it. You should have the latest version but also ensure that during the installation process you let it set up Docker Desktop and Stratus when prompted. (If you cannot find Docker Desktop or the Start Stratus command on your system you probably skipped this step and will need to uninstall and reinstall Magellan)

If you have not installed Magellan previously or want to reinstall it, then please read and follow the instructions here.

Set the training path mentioned at the start of this page as the scan path so Magellan loads your new superhero register.

Step 3: Setting Up Your Super Hero Project

In this step you are going to setup Stratus which is your running Verne – Catalyst Cloud Server and Magellan Builder to configure and run the super hero register. See how to set up a new project here

Step 4: Start your Super Hero Register

An application configured using Verne is served using the Stratus server and so to start the superhero register you have to Start the Stratus Server.

Step 5: Test your Application Running

Your new super hero registry should now be running locally.

Step 6: Switch branches using Magellan

Magellan supports multiple Git features

Now that Magellan is up and running let’s select the

  1. Open the draw on the bottom left
  2. Select lesson/01
  3. Click checkout
0
0

Jump to Section