OVERVIEW
GitBucket is an easily installable Git platform written with Scala. It has a GitHub-like user interface, with features like Git repository hosting via HTTP and SSH, repository viewer, issues, wiki and plugin system.
GOALS
One-click launch
Easy configurable AMI with pre-installed GitBucket
INSTALLATION VIA AWS MARKETPLACE
Kindly click on the below link to install the server via AWS Marketplace:
Pending...
GET STARTED
To verify the installation, follow the below instructions
Step 1. Connect to SSH
In a terminal window, use the ssh command to connect to the instance. You specify the user name for your instance, and the public DNS name or IPv6 address for your instance, the path and file name of the private key (.pem).
ssh ubuntu@publicIP -i [Path of key pair file]
If it shows access denied message run the following command , then run the above command again to connect via ssh.
chmod 400 [Path of key pair file]
Step 2. Verify the installation
Follow the steps to verify the installation and Login
1.Enable Port : 8080 on AWS Instance.
2. Get your One time Login User and Password through ssh login, it will shown on ssh page.
3. Goto Browser and type http://your_ip_adress:8080 ,you will see the page shown below
and choose language, click Signin, a prompt will open
4. Enter the Username - root and password you copied from ssh screen, see the page shown below:
5. Gitbucket has been installed and login successfully, see the page shown below:
コメント