[
https://issues.apache.org/jira/browse/AMBARI-17944?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15411165#comment-15411165
]
Don Bosco Durai commented on AMBARI-17944:
------------------------------------------
With the latest script, try this to test:
1. If not docker is not installed, please install docker
2. sudo usermod -a -G docker $USER
3. Close terminal and open a new terminal
4. Make sure "id" has group "docker" in the list
5. cd $AMBARI_GIT_SRC_FOLDER or cd $HOME; git clone
git://git.apache.org/ambari.git; cd ambari
5. git checkout trunk
6. git pull
7. wet
https://issues.apache.org/jira/secure/attachment/12822494/build_ambari_using_docker.sh
8. chmod a+x build_ambari_using_docker.sh
9. ./build_ambari_using_docker.sh
> Create Docker container to help build Ambari source
> ---------------------------------------------------
>
> Key: AMBARI-17944
> URL: https://issues.apache.org/jira/browse/AMBARI-17944
> Project: Ambari
> Issue Type: Task
> Components: infra
> Reporter: Don Bosco Durai
> Assignee: Don Bosco Durai
> Attachments: build_ambari_using_docker.sh
>
>
> Ambari build requires few pre-requisite packages to be installed for
> building. This is particularly a problem building web component of Ambari,
> which has dependencies with npm.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)