Im_Dooomed wrote:
Zimmer wrote:
Your server directoy should either be PUBLIC_HTML or HTTPDOCS folder. That is where you should put the Drupal files from the UPLOAD folder. I advise making a subfolder and calling it "drupal" and dumping the files there. Then go to your web browser, point it to
http://yoursite.com/drupal and the installation script will run, with you having to input the details as required.
MAN threads get lost on this forum fast...
Anyway, Haven't been on xfire much, so I'll ask here just to get myself involved again. Why does Drupal have to be installed via my web server? And, when you say the 'installation script' will run, where does it install to? My computer? My server? I just wonder why it has to be uploaded to my web server first, before I can install it to my computer.
Also, I'm assuming that I MUST have a web server control panel that I can access, and I MUST have MySQL db correct? I haven't heard back from my web host provider on this subject yet, I'll send em another email.
Yes, I'm a total noob at this, with no experience at all, but I really would like to learn this. I'll check out Drupal Forums again and read into it more. It's nice to have some personal help as well, thnx.
Who is your web server company?
Unless you have an APACHE server and PHP running on your local computer ( along with a whole lot of other shit ) you cannot install Drupal as it requires an online environment ( apache, GD, PHP, mod_rewrite ) to work on.
The install script would be accessed via your browser ( once the files are uploaded into YOUR SERVER ) and that install script would run you through the connection to a MYSQL database ( which you must have on your server in the first place, with full privileges and the username and password ) and it will run you through extras like site name and first admin setup. The install script directly communicates with the MYSQL db that you have already put into the first page of your installation script and then inputs the details that you put into the script and starts up the site for you.
Although forget what I just said there, as you wont be using Drupal 6, but 5... UberCart doesn't work on 6, so you will have to stick with the slightly outdated Drupal system ( nothing wrong with it, just doesn't have as many fancy options ). Installation here is slightly more basic, with only the DB options - from there on, you will have the site up and running and the FIRST account you create will be the admin account. They will talk a lot about a settings.php file; follow the instructions for how to make it writable and how to start up the site with that specific file. It's mostly self explanatory.
The install script online connects the already-uploaded Drupal files with your MYSQL db - which then, in turn, allows you to have a dynamic site which you can update online.
Don't check the Drupal forums, just read the installation guide ( it's huge and very helpful for noobs ). From there you should have a "vague" idea on what you are supposed to do.