Step by step guide install Silver Stripe On WampServer

I love to try new CMS and today I must prepare presentation for my student about new CMS called Silver Stripe. As usual I always start from installation method and use WampServer as media.

A bit information about SilverStripe from Wikipedia :

SilverStripe is a free and open source content management system (CMS) for creating and maintaining websites. The CMS provides a web-based administration panel that enables users to make modifications to parts of the website. This panel includes a WYSIWYG website editor.

Download SilverStripe

Get latest version from SilverStripe dot org.

install silver stripe 1 Step by step guide install Silver Stripe On WampServer

Save the file and extract to : C:\wamp\www\silver

install silver stripe 2 Step by step guide install Silver Stripe On WampServer

I have two folder inside silver :

  1. sapphire
  2. silverstripe-v2.3.4

Let it as is.

Setting VirtualHost

I want to use subdomain : silver.batikweb.com so I add these lines

<VirtualHost *:80>
ServerAdmin alam@batikweb.com
DocumentRoot “C:/wamp/www/silver/silverstripe-v2.3.4″
ServerName silver.batikweb.com
<Directory “C:/wamp/www/silver/silverstripe-v2.3.4/”>
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
</Directory>
</VirtualHost>

into file :

C:\wamp\bin\apache\Apache2.2.11\conf\extra\httpd-vhosts.conf

save the file.

Register new subdomain

Open HostXpert and add subdomain silver.batikweb.com with ip address 127.0.0.1

install silver stripe 3 Step by step guide install Silver Stripe On WampServer

Click Add Line and you’re on business.

Create new database

Open phpmyadmin and create new database with name “silver

install silver stripe 4 Step by step guide install Silver Stripe On WampServer

Start the Wizard

Open web browser and type : http://silver.batikweb.com/rewritetest.php

I got this message :

mod_rewrite doesn’t appear to be working. Make sure:

Please check these options, then refresh this page.If you believe that your configuration is correct, click here to proceed anyway.

More investigation give me this error message :

[Sun Nov 29 21:20:51 2009] [alert] [client 127.0.0.1] C:/wamp/www/silver/silverstripe-v2.3.4/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context
[Sun Nov 29 21:20:52 2009] [alert] [client 127.0.0.1] C:/wamp/www/silver/silverstripe-v2.3.4/.htaccess: RewriteBase takes one argument, the base URL of the per-directory context

Open .htaccess file inside silverstripe-v2.3.4 and give # sign into this :

### SILVERSTRIPE START ###
#RewriteEngine On
#RewriteBase \

#RewriteCond %{REQUEST_URI} !(\.gif$)|(\.jpg$)|(\.png$)|(\.css$)|(\.js$)

#RewriteCond %{REQUEST_URI} ^(.*)$
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
### SILVERSTRIPE END ###

save the file and access this address :

http://silver.batikweb.com/install.php

Check requirement section :

Requirements

PHP Configuration
PHP5 installed OK (PHP version 5.3.0)
GD2 support OK
XML support OK
MySQL support OK
Memory allocated (PHP config option ‘memory_limit’) OK (128M)
Check that certain classes haven’t been defined by PHP plugins OK
File permissions
Does the webserver know where files are stored? OK (C:\wamp\www\silver\silverstripe-v2.3.4\)
mysite/ folder exists OK
sapphire/ folder exists OK
cms/ folder exists OK
jsparty/ folder exists OK
Is the .htaccess file writeable? OK
Is the mysite/_config.php file writeable? OK
Is the assets/ folder writeable? OK
Is the temporary folder writeable? OK
Webserver Configuration
Server software OK (I can’t tell what webserver you are running)
mod_rewrite enabled OK

Recheck Database Information

Enter all information until this message show up when you click re-check requirements.

These database details look all good!

install silver stripe 5 Step by step guide install Silver Stripe On WampServer

Enter SilverStripe Administration Account information and click button “Install SilverStripe“.

Wait a few moment and you should see this page.

install silver stripe 6 Step by step guide install Silver Stripe On WampServer

Make sure to delete install files as suggested by the system.

SilverStripe ready to serve!

See you on next post and stay health!

Related Reading:

Using DrupalUsing Drupal

With the recipes in this book, you can take full advantage of the vast collection of community-contributed modules that make the Drupal web framewo... Read More >

Drupal For DummiesDrupal For Dummies

Learn to set up, manage, and administer a Drupal Web site

Drupal offers unparalleled flexibility for content-managed Web sites, but most ... Read More >

Pro Drupal Development, Second EditionPro Drupal Development, Second Edition

Widely praised for its in–depth coverage of Drupal internals, bestselling Pro Drupal Development has been completely updated for Drupal 6 in thi... Read More >

Front End Drupal: Designing, Theming, ScriptingFront End Drupal: Designing, Theming, Scripting

“For Drupal to succeed, we need books like this.”

–Dries Buytaert, Drupal founder and project... Read More >

Cracking Drupal: A Drop in the BucketCracking Drupal: A Drop in the BucketThe first book to reveal the vulnerabilities and security issues that exist in the sites that have been built with Drupal?and how to prevent them from... Read More >

Thanks for reading, if you think this post help you please consider to buy me a beer

Search Terms :

  • silverstripe xampp
  • Installing silverstripe on XAMPP
  • How to correctly install silverstripe on XAMPP
  • silverstripe htaccess
  • silverstripe wampserver
  • how to add silverstripe on xampp
  • installing wordpress files onto wampserver
  • Silverstripe Virtual Host xampp
  • installing silvertstripe with wampserver
  • silverstripe on wamp server
  • silverstripe rewritebase
  • how to install silverstripe on wamp server
  • install silverstripe on wampserver 2
  • how to install silverstripe on windows
  • RewriteEngine wampserver
  • hostgator installing silverstripe
  • guide installation wampserver 2
  • Installing Silverstripe on Wamp Server
  • silverstripe virtual host
  • what if i want to change the name of the install folder of silvertstripe
    • Share/Bookmark
    Step By Step

    If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

    Leave Comment

    (required)

    (required)