LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


Reply
  Search this Thread
Old 05-31-2011, 01:47 PM   #1
rlcastro07
LQ Newbie
 
Registered: May 2009
Location: Philippines
Distribution: Slackware
Posts: 8

Rep: Reputation: 0
How to host my own website?


Could anyone please help me with my school project?

I need to create a website for a company and then host it on my own. I'm also planning to use Dreamweaver and Windows 7 for the project.

What I need to know is..

1. Can I host my created website on my own computer?
2. do i need to use any other software to host my website other than Dreamweaver?
3. Lastly is there a better alternative to dreamweaver? Im only a beginner.

Thank You in Advance.
 
Old 05-31-2011, 01:52 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Quote:
Originally Posted by rlcastro07 View Post
Could anyone please help me with my school project?

I need to create a website for a company and then host it on my own. I'm also planning to use Dreamweaver and Windows 7 for the project.

What I need to know is..

1. Can I host my created website on my own computer?
2. do i need to use any other software to host my website other than Dreamweaver?
3. Lastly is there a better alternative to dreamweaver? Im only a beginner.

Thank You in Advance.
1. yes, if your ISP allows this. It's a pointless thing to do though, host it on a simple hosting company plan, it tends to be cheaper than the electricity you would use if it's a separate machine.

2. yeah, a web server would be a start. That's an awful lot more important than what you use to write code with.

3. vi suits me better.

dreamweaver will not serve a website, just help you create some bloated webpages. You probably don't want to write code at all, maybe use a cms or blog service instead, like wordpress? what do you actually want to do with this site?
 
Old 05-31-2011, 01:54 PM   #3
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,223

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
Quote:
Originally Posted by rlcastro07 View Post
  1. Can I host my created website on my own computer?
  2. do i need to use any other software to host my website other than Dreamweaver?
Yes and yes. Download and install Apache.

Quote:
  1. Lastly is there a better alternative to dreamweaver? Im only a beginner.
Any text editor is better than Dreamweaver. Even Notepad is better than Dreamweaver.

Personally, I recommend Komodo Edit.

Notepad++ and Visual Studio Express are two other popular choices.

Quote:
school project... I need to create a website for a company and then host it on my own
If the company is real, then this is idiotic.

Last edited by dugan; 05-31-2011 at 01:56 PM.
 
Old 05-31-2011, 01:57 PM   #4
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Can I host my created website on my own computer?
Yes, you can, but I wouldn't recommend it in this situation.

Quote:
do i need to use any other software to host my website other than Dreamweaver?
Dreamweaver is a tool for creating websites. It's got nothing to do with hosting. You'd have to run a webserver (eg. Apache).
Since you're stating that you want to host the website on Windows 7, you might want to ask on some windows forum.


Since you're a beginner, I'd strongly recommend hosting it via some hosting company. It's not expensive, but will save you
a lot of hassle.


How complex is this website going to be? Perhaps you could use a content management system like Joomla or Drupal.
 
Old 05-31-2011, 02:32 PM   #5
rlcastro07
LQ Newbie
 
Registered: May 2009
Location: Philippines
Distribution: Slackware
Posts: 8

Original Poster
Rep: Reputation: 0
just a simple company website, view products, clients able to create their own account and view or inquire about their order status, also to pay online(optional).

I haven't thought much about the website features yet.

I have another question..

Do I need to write the code for the features I've mentioned or will the company that will host my website provide it?
 
Old 05-31-2011, 02:38 PM   #6
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Originally Posted by rlcastro07 View Post
just a simple company website, view products, clients able to create their own account and view or inquire about their order status, also to pay online(optional).

I haven't thought much about the website features yet.

I have another question..

Do I need to write the code for the features I've mentioned or will the company that will host my website provide it?
In that case a CMS (content management system) is highly recommended. Most hosting companies provide installation scripts for Joomla or Drupal.

There are many additions to CMS to enable extra functionality (like payment systems, etc)
 
Old 05-31-2011, 02:48 PM   #7
rlcastro07
LQ Newbie
 
Registered: May 2009
Location: Philippines
Distribution: Slackware
Posts: 8

Original Poster
Rep: Reputation: 0
i see. I'll research on joomla and drupal.

Which do you think is easier to use?

Thanks for the fast reply! And thanks to all people that will further help!
 
Old 05-31-2011, 02:58 PM   #8
rlcastro07
LQ Newbie
 
Registered: May 2009
Location: Philippines
Distribution: Slackware
Posts: 8

Original Poster
Rep: Reputation: 0
Wait I just need to clarify.

I need to "create" the website with the features I mentioned and I need the source code.

So what I'll do is create the website using joomla or drupal and then pay a hosting company to host my created website? Is that correct?
 
Old 05-31-2011, 02:59 PM   #9
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
no, you go to somewhere like dreamhost.com and on a control panel just click a button to deploy the kind of site you want. No coding required whatsoever, just a bunch of clicks and choosing themes.
 
Old 05-31-2011, 03:05 PM   #10
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Quote:
Which do you think is easier to use?
I think joomla might be slightly more intuitive for new-comers.

If you don't like stock joomla/drupal templates, there are lots of websites where you can download/purchase all sorts of templates.
 
Old 05-31-2011, 06:28 PM   #11
frieza
Senior Member
 
Registered: Feb 2002
Location: harvard, il
Distribution: Ubuntu 11.4,DD-WRT micro plus ssh,lfs-6.6,Fedora 15,Fedora 16
Posts: 3,233

Rep: Reputation: 406Reputation: 406Reputation: 406Reputation: 406Reputation: 406
tbh i would reccomend forgetting windows 7 for actually HOSTING the website, if you aren't planning on using any php scripts then an old pentium 4 class or higher with 1-4 gigs of ram and 160+ gigs of hd space (something you could pick up at a garage sale and modify cheaply) should be enough, after that, install a linux server with apache, and samba, and run that as a headless web server, then if you still want to use dreamweaver, you can mount the server's web root as a samba share on your windows 7 machine
but overall i would purchase a hosting plan on a third party host like godaddy and go from there, the end result will be more reliable and faster.
 
Old 05-31-2011, 07:57 PM   #12
SigTerm
Member
 
Registered: Dec 2009
Distribution: Slackware 12.2
Posts: 379

Rep: Reputation: 234Reputation: 234Reputation: 234
Quote:
Originally Posted by rlcastro07 View Post
Windows 7 for the project.
Windows 7 has a built-in connection limit (10 or 20 incoming connection of once). The limit can be bypassed, but that may be a violation of license agreement. As a result, although it is possible to host a website on windows 7, I'm not sure if this will be a good idea - IMO the OS wasn't meant to be used this way.

For a "school project" there should be several free hostings (typically quality isn't that good, some features won't be available, but you get what you pay for).
 
Old 05-31-2011, 09:22 PM   #13
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,323
Blog Entries: 28

Rep: Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141Reputation: 6141
Many companies choose not to host their own websites, but rather to place them on hosting services, for security reasons. They don't want to open their firewalls to anonymous visitors.

I think you need to start by learning something about how websites work.

About dot com is good for basic information on this sort of stuff:

http://webdesign.about.com/od/before...ld_website.htm

You can also download and install Xampp and play with it. Note that it is not designed for hosting a website for public access.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to host a website in linux peddip Linux - Server 7 06-11-2009 02:09 AM
debian 4.0(apache 2.2)host my own website master Linux - Server 9 04-25-2007 01:14 PM
How to host website and e-mail from DSL? moosturdsoed25 Linux - Networking 4 06-05-2005 07:20 PM
How to host a website? Vodius Linux - Newbie 1 05-15-2005 04:39 PM
Free website host? Cyberian General 14 02-10-2005 12:09 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 09:13 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration