[ 
https://issues.apache.org/jira/browse/DTACLOUD-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13190948#comment-13190948
 ] 

Marios Andreou commented on DTACLOUD-128:
-----------------------------------------

Hi:

If you installed the dependencies and then did a 'sudo gem install 
deltacloud-core' then you will have the deltacloud-core gem installed. You can 
check this by trying 'gem list deltacloud-core' - you should get a response 
that tells you if this gem was installed. If it was then you should also get a 
positive response from 'which deltacloudd' - to tell you where the deltacloud 
daemon startup script was installed. The locations of the gem and startup 
script will depend on which system you are using. On mine, it is 
'/usr/bin/deltacloudd' and 
'/usr/lib/ruby/gems/1.8/gems/deltacloud-core-<version>'. 

If you've installed everything you should just be able to start the deltacloud 
daemon - 'deltacloudd -i mock' for example - see 
http://deltacloud.apache.org/documentation.html#quick_start for more info on 
running the server.

The second method you wrote is about manual installation of the gem - i.e. you 
build it using 'gem build' and then install using sudo gem install 
pkg/deltacore-core-<version>.gem. Please let me know if the instructions aren't 
clear enough and any feedback regarding the website documentation in general 
will be greatly appreciated,

marios



                
> couldn't find deltacloud gem file after installation
> ----------------------------------------------------
>
>                 Key: DTACLOUD-128
>                 URL: https://issues.apache.org/jira/browse/DTACLOUD-128
>             Project: DeltaCloud
>          Issue Type: Bug
>          Components: Client (Ruby), Server
>         Environment: ubuntu
>            Reporter: viveknath
>            Assignee: David Lutterkort
>
> we are setting up  the developer environment for deltacloud. we have done 
> with the installation dependencies. And also we got the sources using git. we 
> installed deltacloud-core using gem install. does this creates any gem file? 
> we cant locate it. And further we need to install the 
> deltacloud-core-0.4.1.gem file. 
> sudo gem install pkg/deltacore-core-<version>.gem
> how can we get the gem file and complete the installation to get the 
> deltacloudd and deltacloudc command line tool.?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to