Postleaf installation failing .

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Postleaf installation failing .

Post 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 ?
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Postleaf installation failing .

Post 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.
User avatar
gautamz07
Forum Contributor
Posts: 331
Joined: Wed May 14, 2014 12:18 pm

Re: Postleaf installation failing .

Post 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.
Post Reply