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.

General Questions /

General questions about getting started with SilverStripe that don't fit in any of the categories above.

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

Uploading Website


Go to End


5 Posts   1246 Views

Avatar
Antz

Community Member, 5 Posts

24 August 2010 at 10:16pm

Hi i have just finished creating a site for a client of mine using WAMP. Im planning to give them a DVD with the website on it so they can upload it onto their server. Im just wondering...

1. What files i need to give them?
2. What does their website provider need to uploaded the website?
3. How to change the password and user name so that they can use the website with Silverstipe without me anymore.

Cheers
Antz

Avatar
Willr

Forum Moderator, 5523 Posts

25 August 2010 at 11:49am

See http://doc.silverstripe.org/recipes:publishing-to-web-server for a detailed guide for how to publish to a web server (you will have to swap the FTP for DVD in your case). Basically you need 2 components your silverstripe folder (with all the code, themes, modules etc) and your database which you can export to a text file (notes in that guide or do a google search).

Avatar
Antz

Community Member, 5 Posts

26 September 2010 at 11:57am

Hey im trying to work this out but i dont have phpmyadmin installed and i cant figure out how to install it (im on a mac) so that i can export my Database, is there another way?

Avatar
Martijn

Community Member, 271 Posts

26 September 2010 at 1:16pm

Normally, if you have wamp, you have phpmyadmin, which you can access with http://localhost/phpmyadmin

Avatar
swaiba

Forum Moderator, 1899 Posts

28 September 2010 at 4:08am

"export my Database, is there another way?"

yes, yes there is...

http://www.silverstripe.org/database-plumber-module/

Also if you want to have a more powerful SQL client than the ever frustrating phpmyadmin...

Get this... (perpetual trial)
http://www.textpad.com/download/index.html#downloads

Add a syntax file...
http://www.textpad.com/add-ons/files/syntax/mysql_5.zip

then configure this...
http://www.madirish.net/?article=164

now you can use files to hold your sql, use scripting and variables and see the code highlighted nicely :)