On Fri, Mar 12, 2010 at 1:31 PM, <[email protected]> wrote:

> From: Tomas Sedovic <[email protected]>
>
> In the getting started guide.
> ---
>  getting_started.txt |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/getting_started.txt b/getting_started.txt
> index 1f72258..b40586e 100644
> --- a/getting_started.txt
> +++ b/getting_started.txt
> @@ -152,6 +152,8 @@ For SQLite:
>     $ rake db:migrate
>     $ cd ../db
>
> +    You should see the "development.sqlite" file there.
> +
>  For PostgreSQL:
>     $ cd path/to/deltacloud/portal/src
>     $ rake db:create:all
> --
> 1.6.6.1
>
> This wasn't in your patchset, but since it is right below the db stuff -
could you please remove this line:

$ ln -s /absolute/path/to/deltacloud/core/client \
        /absolute/path/to/deltacloud/portal/src/vendor/plugins

^^ is no longer accurate, as aggregator uses the core/client _gem_.  The
directions should just list that gem as a dependency (gem install
deltacloud-client).  Note this gem can also be built locally if there is
something the developer wants to get that is newer than what is on
gemcutter.  Build is just:
gem build <core/client>/deltacloud-client.gem
gem install <name>.gem
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to