-
orcephrye
-
RE: What to use
-
Hi!
Ok shawn so this setup of yours. Do you already have the app side of this "in the mixx" so to speak, So you just need a server to stick it on? Or rather you/partner/someone is going to be programing this and you have laid out the specifications that you have because said person requested that?
You also mentioned that "Due to limitations of my server host" you had to get your own box. Have you tried asking other hosting providers? Not that I dont want you to run linux or work with Linux or setup your own server but there are lots of options. I work at one particular hosting company and wont make any suggestions as to appear bias and such. But I know of several places that follow those specifications you ask without any problems.
That and if you are diving head first into a new exciting entrepreneurship on the vast plans of e-commerce I highly recommend a company that has an experienced caring staff of fanatical techs that understand and back your needs.
Moving along though. If that is a road already traveled and you are dead set on setting this up yourself then more power to u!
Some things to think about. First off one server can have a near limitless about of sub-domains. I been on servers were you had to pipe httpd -S output to less which is annoy cuz you have to redirect the.. never mind. That shouldn't be an issue. But if your site is a interactive as you say it will be then it would probably be best to have more then one server. It be nice to have a test environment just on one PC.. But its my experience to split up the tasks to different servers. Especially the Database. The IO alone is a killer and you will need to have backups run which will kill your CPU/IOwait if you just have a single box. So think in the feature about setting up more then just one. (ignore memory per httpd thread) But thats down the road.
For now you probably just want a cozy box to test your site at first. Honestly thats not that hard. I would install CentOS. (I might be biased here but there is a lot of articles regarding CentOS as a server. Its really designed to be a server and do what you want to do with it.)
Once you install it. (Easier then windows in my opinion. Just click next a lot. (Hell i am installing a copy while righting this) )After is up just install mysql httpd php and dovecot. From there you can ask questions on the forms and read up on each service. Honestly the biggest amount of work will be setting up your mail the way you want it. And for the love of all things holy dont use sendmail. I mean sure why not right? NO! Just say NO! (please dont hate me. I just dont like sendmail)
Sorry if i sound odd. I am probably more confusing then helpful. But Linux is a great platform to start a business off of. Mainly because its free. But also because its easily scalable and in the right hands a lot can be done with the simplest of tools. Good luck!!!
-
24 Sep 10
Hi!
Ok shawn so this setup of yours. Do you already have the app side of this "in the mixx" so to speak, So you just need a server to stick it on? Or rather you/partner/someone is going to be programing this and you have laid out the specifications that you have because said person requested that?
You also mentioned that "Due to limitations of my server host" you had to get your own box. Have you tried asking other hosting providers? Not that I dont want you to run linux or work with Linux or setup your own server but there are lots of options. I work at one particular hosting company and wont make any suggestions as to appear bias and such. But I know of several places that follow those specifications you ask without any problems.
That and if you are diving head first into a new exciting entrepreneurship on the vast plans of e-commerce I highly recommend a company that has an experienced caring staff of fanatical techs that understand and back your needs.
Moving along though. If that is a road already traveled and you are dead set on setting this up yourself then more power to u!
Some things to think about. First off one server can have a near limitless about of sub-domains. I been on servers were you had to pipe httpd -S output to less which is annoy cuz you have to redirect the.. never mind. That shouldn't be an issue. But if your site is a interactive as you say it will be then it would probably be best to have more then one server. It be nice to have a test environment just on one PC.. But its my experience to split up the tasks to different servers. Especially the Database. The IO alone is a killer and you will need to have backups run which will kill your CPU/IOwait if you just have a single box. So think in the feature about setting up more then just one. (ignore memory per httpd thread) But thats down the road.
For now you probably just want a cozy box to test your site at first. Honestly thats not that hard. I would install CentOS. (I might be biased here but there is a lot of articles regarding CentOS as a server. Its really designed to be a server and do what you want to do with it.)
Once you install it. (Easier then windows in my opinion. Just click next a lot. (Hell i am installing a copy while righting this) )After is up just install mysql httpd php and dovecot. From there you can ask questions on the forms and read up on each service. Honestly the biggest amount of work will be setting up your mail the way you want it. And for the love of all things holy dont use sendmail. I mean sure why not right? NO! Just say NO! (please dont hate me. I just dont like sendmail)
Sorry if i sound odd. I am probably more confusing then helpful. But Linux is a great platform to start a business off of. Mainly because its free. But also because its easily scalable and in the right hands a lot can be done with the simplest of tools. Good luck!!!