Versions Compared

Key

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

...

sudo vi /etc/environment
...
OPENNSA=/data/dev/opennsa
TESTOPENNSA=/data/dev/testopennsa

Now clone these repositories in the correct place and switch to valid branches:

cd /data/dev
git clone
git clone
cd opennsa
git checkout domainaggregate
cd ../testopennsa
git checkout develop

Now we need to clone these repositories:

cd /data/dev
git clone ssh://git@code.geant.net:7999/ccs/opennsa.git
git clone ssh://git@code.geant.net:7999/ccs/onsa-tests.git
cd opennsa
git checkout domainaggregate
cd ../onsa-test
git checkout develop

Next, we need to provide PostgreSQL some credentials (passwords). You do not want to have to enter the password every time you start the database! So create a file ~/.pgpass, and give it the following content:

...