Page 1 of 1

Postleaf installation failing .

Posted: Sun Aug 21, 2016 3:34 pm
by gautamz07
hey guys i tried installing postleaf ,see here https://github.com/Postleaf/postleaf#contributing , Now when i try the steps to install it , like the ones described in the line I.E.

Code: Select all

1 Open a terminal
2 Navigate to the root directory of your cloned repo
3 Run the following command:
   - composer install
Composer will install its own dependencies and then run npm install. This may take a few minutes as packages are downloaded. Once complete, Composer will trigger gulp build which will generate all the assets you need to run Postleaf.

Important: You'll also need to add the default theme to content/themes/range/ manually. This will happen automatically once Postleaf is out of beta.

Now somehow the above does't wok out for me and when i go to localhost:8080/postleaf , i see that a few things have not been installed . can somebody tell me if the above works for them ?

Re: Postleaf installation failing .

Posted: Mon Aug 22, 2016 12:51 am
by requinix
How? How does it not work? Do you see composer running? Did gulp run? What hasn't been installed correctly?

Saying a generic "it doesn't work" or "some stuff didn't install" is useless to us. And even if we tried the process and it worked, that doesn't help you fix your problem.

Re: Postleaf installation failing .

Posted: Wed Aug 24, 2016 1:05 pm
by gautamz07
Thanks right requinix , i actually went ahead and downloaded it from the download line and it works now fine :D

Sorry about posting this generic question.