Really stupid noob question

General project discussion. NOT for help questions.
Post Reply
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Really stupid noob question

Post by Hannibal »

I've got what's probably a really basic question, so apologies in advance, but I'm just trying to increase my understanding of CMSms. I inherited my work's site, which had already been all set up, so missed out on that side of things, but the editing I'm up to speed with. I've recently set up a second site with CMS which I installed myself (went very smoothly too!).

Am I correct in thinking that the site itself is all stored in the mySQL database, and the CMSms simply 'calls' this information and allows me to manipulate its layout etc? Or am I way off? Think I need to get my head around mySQL a little more really, it's completely new to me!
alby

Re: Really stupid noob question

Post by alby »

Hannibal wrote: Am I correct in thinking that the site itself is all stored in the mySQL database, and the CMSms simply 'calls' this information and allows me to manipulate its layout etc? Or am I way off? Think I need to get my head around mySQL a little more really, it's completely new to me!
Yes/No
All content info and layout are in DB, binary files only are out (ex: images, docs/pdf, media, ...) in uploads folder
Infact if you move site (ex from local to production) is necessary move DB and uploads folder

Alby
Hannibal
Forum Members
Forum Members
Posts: 74
Joined: Wed Nov 05, 2008 5:47 pm

Re: Really stupid noob question

Post by Hannibal »

alby wrote:
Hannibal wrote: Am I correct in thinking that the site itself is all stored in the mySQL database, and the CMSms simply 'calls' this information and allows me to manipulate its layout etc? Or am I way off? Think I need to get my head around mySQL a little more really, it's completely new to me!
Yes/No
All content info and layout are in DB, binary files only are out (ex: images, docs/pdf, media, ...) in uploads folder
Infact if you move site (ex from local to production) is necessary move DB and uploads folder

Alby
Ah, gotcha, that makes sense (I think). Am considering upgrading the software on the first site at some point, so was trying to get a better understanding of how it all works before hand.
replytomk3

Re: Really stupid noob question

Post by replytomk3 »

If you are supposed to work with a CMSMS site, then reading thru the documentation is highly suggested to avoid problems in the future.
fredp
Forum Members
Forum Members
Posts: 218
Joined: Sun Jul 27, 2008 1:36 am
Location: USA

Re: Really stupid noob question

Post by fredp »

replytomk3 wrote: If you are supposed to work with a CMSMS site, then reading thru the documentation is highly suggested to avoid problems in the future.
I agree. As a relative newcomer to CMSMS myself, I've found the docs and forum searches very helpful in coming up to speed with CMSMS.  You might look here to start: http://wiki.cmsmadesimple.org/index.php/User_Handbook

Also, as an aside, if you have the time and resources, you might consider setting up a personal "practice" CMSMS site that you can install/destroy/reinstall without impacting anyone else. I put one on my laptop, for example.  That way, you should be able to practice installs, backups, restores, upgrades, etc. until you're comfortable with these procedures... all at a safe distance away from your live production sites.  ;)

Hope this helps,
Fred P.

 
Nearly all men can stand adversity, but if you want to test a man's character, give him power.
- Abraham Lincoln
Pierre M.

Re: Really stupid noob question

Post by Pierre M. »

Hello,
Hannibal wrote: ...Am considering upgrading the software...
It is a good idea to keep up to date with versions as we can't support all.
See the upgrade procedure in the doc : back up, backup and backup (files+db).

Have fun with CMSms

Pierre M.
anivision
Forum Members
Forum Members
Posts: 33
Joined: Mon Feb 25, 2008 2:54 pm

Re: Really stupid noob question

Post by anivision »

fredp wrote: ...you might consider setting up a personal "practice" CMSMS site... I put one on my laptop, for example. 
Don't think local here, use a webhotel/webserver to install your test site on.

Running a test site on a local computer requires you to install and configure software like Apache with a PHP setup and MySQL :P
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am
Location: Arizona

Re: Really stupid noob question

Post by Dr.CSS »

Actually if you use windoze a local install is fairly easy using XAMPP, even I can do it ;)...
Simon66
Power Poster
Power Poster
Posts: 250
Joined: Wed Aug 29, 2007 4:36 am
Location: Sydney Australia

Re: Really stupid noob question

Post by Simon66 »

A local install is OK but I find tranfering a hassle plus I find that different hosting companies have subtle differences in their server setup so transfering a site from a local production server to a remote live server has caused me a lot of problems.

I used to develop sites on the live server with my own 'sitedown' done through .htaccess but now with v1.6 I use the built in 'Sitedown Settings' under 'Global Settings'.

I've created a generic 'Coming Soon' html page with inline styles and all the images hosted on my own site and I've put it in the 'Sitedown Settings' box. I added my IP address to the exclude field and voilà I'm free to develop the site in situ while curious visitors get a groovy looking sitedown message that advertises my company to them.

Simon66
A common mistake that people make when trying to design something completely foolproof is to underestimate the ingenuity of complete fools.

This must be Thursday. I never could get the hang of Thursdays.

Douglas Adams - The only sane person in the asylum.
Post Reply

Return to “General Discussion”