Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

How could one install / add modules and widgets?


Go to End


10 Posts   19864 Views

Avatar
camfindlay

Forum Moderator, 267 Posts

28 April 2014 at 9:30pm

Simply get the files in a sub-folder on your webroot named "blog" (all SilverStripe modules are sub-folders, you don't need to put them anywhere special).

You could also use composer http://doc.silverstripe.org/framework/en/installation/composer

Avatar
Webdongle

Community Member, 2 Posts

28 April 2014 at 11:04pm

Hi camfindlay

  • I copied silverstripe-blog-master.zip to the root folder and unzipped there
  • Then ran path-to-site/dev/build?flush=all
    (Working with Wamp so the path was http://localhost/silverstripe2/)

Found the solution at http://stackoverflow.com/questions/9942621/how-to-install-and-use-modules-in-silver-stripe

Go to Top