Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
andrew_lunde
Product and Topic Expert
Product and Topic Expert
0 Kudos
Now that I'm back from TechEd Vegas and getting thrown by the bull, I finally was able to spend some time getting to know HANA Express.

 

I'm super impressed with how snappy my XS-Advanced development now feels on my Macbook 16GB running VMWare Fusion.

 

The VM seems to about 12GB of my Mac so there is still enough for basic OSX function while my HANA VM is up and running.

 

One of the first things I wanted to do was test some sample MTAs which led me to wanting to pull some Git repos.

 

Alas, the git client doesn't seem to be on the system(correct me if I'm wrong here) so I went about getting it.

 

Since the base OS of HANA Express is Enterprise SuSe 12 SP 1, I went to use trusty zypper package manger to get my git.

 

I then quickly discovered that no zypper repos were set up either.  The following steps got me to git nirvana.

 

Hope this post is helpful, but YMMV!

 

-Andrew

 

 


// Get a root console

sudo /bin/bash

 

// Using the new SuSe LEAP Repos
// (Note that this is a closer match to the base OS and should be more stable.)

 


// Using the OpenSuSe repos
// (More experimental so be careful)











zypper update







zypper refresh


zypper install perl-Error


zypper install git-core