Postleaf installation failing .
Posted: Sun Aug 21, 2016 3:34 pm
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.
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 ?
Code: Select all
1 Open a terminal
2 Navigate to the root directory of your cloned repo
3 Run the following command:
- composer install
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 ?