This is easy now!
Install node, then:
npm install @magnolia/cli
--registry=https://npm.magnolia-cms.com/repository/npm -g
More information:
https://www.magnolia-cms.com/blogs/tomas-gregovsky/detail~@how-to-use-the-magnolia-cli-tool~.html
--
Context is everything:
http://forum.magnolia-cms.co
Thank you guys! Actually, it's the conference that piqued my interest, so first
thing after getting home was trying to get it to run. Federico's instructions
helped me get it to work smoothly now, so thank you!
--
Context is everything:
http://forum.magnolia-cms.com/forum/thread.html?threadId=
Hi JBL,
Great that you are interested in trying out the CLI. Looks like you are close
to a workaround for now.
But I just wanted to let you know, and the others that are looking into this.
We will be making this all very easy to access, we simply didn't have a chance
to prepare this for the conf
Aw snap! I tried locally the steps I described above and it worked cause I can
access that repo (facepalm).
As a workaround, as long as the Magnolia npm repository is not public, you can
do
[code]
cd npm-cli
npm install ../npm-build-tools/magnolia-magnolia-build-0.5.1-snapshot.tgz --save
sudo
Thank you, Federico!
That's actually pretty similar to what I tried before. Sadly I'm still getting
errors. Here's exactly what happened when following your instructions step by
step:
[code]
[img]null[/img]$ git clone
https://git.magnolia-cms.com/scm/build/npm-build-tools.git
Cloning into 'npm
Hi Jonas,
at the moment our npm repository is still private, hence the error when trying
to install the package. What you could do until the repository is made public
is the following
[code]
// this is a dependency needed by the CLI. We'll build it locally
git clone https://git.magnolia-cms.co