1. Endian Firewall

1.1. Proxy access policies

Policy Source Destination Authgroup/-user When Useragent

unfiltered access

34:17:EB:B4:CA:8C

bitbucket.org

not required

Always

ANY

2. Account

2.1. Sign up for an individual account

  • Browse to https://bitbucket.org.

  • Select Pricing & Signup.

  • Click 5 Users > FREE > Sign Up.

  • Choose Individual.

    First name:                     SMRU
    Last name:                      Development
    Username:                       smru-ro
    Email:                          smru.dev@gmail.com
    Password:                       ********
    Password (again):               ********
  • Click Sign up.

  • Select Douwe Kiestra > Log out.

2.2. Sign up for an individual account

  • Browse to https://bitbucket.org.

  • Select Pricing & Signup.

  • Click 5 Users > FREE > Sign Up.

  • Choose Individual.

    First name:                     Douwe
    Last name:                      Kiestra
    Username:                       douwe11
    Email:                          douwe@shoklo-unit.com
    Password:                       ********
    Password (again):               ********
  • Click Sign up.

  • Select Douwe Kiestra > Log out.

2.3. Sign up for a team account

  • Browse to https://bitbucket.org.

  • Select Pricing & signup.

  • Click 5 Users > FREE > Sign Up.

  • Choose Team account.

    Display name:                   SMRU
    Username:                       smru
    Email:                          smru.dev@gmail.com
    Password:                       ********        (level 3 password)
    Password (again):               ********        (level 3 password)
    Members:
  • Click Sign up.

  • Select SMRU > Log out.

3. Repositories

https://bitbucket.org/smru/anc-app
https://bitbucket.org/smru/anc-application
https://bitbucket.org/smru/neo-com
https://bitbucket.org/smru/public
https://bitbucket.org/smru/neocom-config
https://bitbucket.org/smru/neocom-device

https://bitbucket.org/<username>/public
https://bitbucket.org/<username>/test

https://bitbucket.org/madhums/neocom
https://bitbucket.org/madhums/neocom-mobile

3.1. Add a new repository

  • Browse to https://bitbucket.org.

  • Select Log in.

  • Log in as smru.

  • Select Repositories > Create repository.

    Name:                   <repository-name>
    ■ This is a private repository
    
    Repository type:        □ Git
     Mercurial
    
    Project management      □ Issue tracking
     Wiki
    
    Language:
    Description:
    Website:
  • Click Create repository.

3.2. Create and use an SSH public key

  • Log in as smru.

ssh-keygen
# Accept the default /home/delta/.ssh/id_rsa file and press Enter.
# Type the level 3 password for the passphrase and press Enter.
# Type the level 3 password for the passphrase and press Enter.
vdir ~/.ssh
  • Add the following lines to the ~delta/.hgrc file.

[ui]
ssh = ssh -C
  • Browse to https://bitbucket.org.

  • Select Log in.

  • Log in as smru.

  • Select smru > Account.

  • Select the SSH keys tab.

  • Copy and paste the contents of the ~delta/.ssh/id_rsa.pub public key file into the text input box.

  • Click Add key.

3.3. Retrieve repository

git clone https://smru-it@bitbucket.org/smru/neocom-config.git          # HTTPS
git clone https://smru-it@bitbucket.org/madhums/neocom.git              # HTTPS
git clone https://<username>@bitbucket.org/<username>/test.git          # HTTPS
git clone git@bitbucket.org:<username>/test.git                         # SSH
hg clone https://<username>@bitbucket.org/<username>/documentation      # HTTPS
hg clone http://<username>@bitbucket.org/<username>/documentation       # HTTP
hg clone ssh://hg@bitbucket.org/<username>/documentation                # SSH