You are not logged in.
Hello, a computer engineering freshman here.
My aunt and a few friends of her want to create a basic website to promote their goods.
As the only computer literate person in the family, I decided that I would take on the task of creating a basic website for them to use.
People should be able to register, enter their mailing (physical) address, order stuff, review their orders and so on. You should be familiar to this idea of a shopping website.
Let me ask the questions I have in mind:
1. The options I am considering to realize this site is to use Ruby/Rails or PHP. I am not very familiar with either, but I kinda find myself prefer the Ruby/Rails way. Can you compare the two, ups and downs, which is easier, which is more secure, which is faster and so on.
2. I will be mainly using Linux (Ubuntu and Arch[bang]). Which tools and software packages would I need?
3. And last but not least, I will need a quick introduction to whichever language/tool (PHP or Ruby/Rails) I will use. I have only 2 weeks time and I also have to attend classes at the college. I don't have much time to read too long a book. We have classes regarding programming so I am familiar to many of the ideas and I am a quick learner. So please, throw away
Thanks all for reading this and sorry for the long post.
PS: I am posting this on both Ubuntu and Arch forums so both Majorixes are me
Offline
Rather than write something from scratch, I would recommend using a system such as osCommerce.
Offline
Rather than write something from scratch, I would recommend using a system such as osCommerce.
Sorry, I have never heard of osCommerce. Can you explain it in a few words, like which language it is built on and so on.
Thanks.
Offline
Offline
Looks cool. Can I use this for a profit website or do I have to pay? I know it says "free" but just have to make sure.
Offline
Looks cool. Can I use this for a profit website or do I have to pay? I know it says "free" but just have to make sure.
osCommerce Online Merchant is an Open Source online shop e-commerce solution that is available for free with a feature rich set of out-of-the-box online shopping cart functionality that allows store owners to setup, run, and maintain online stores with minimum effort and with no costs, fees, or limitations involved.
Offline
There are more than a few opensource e-commerce solutions out there. Do some research and see which one seems to fit your goal best.
#binarii @ irc.binarii.net
Matrix Server: https://matrix.binarii.net
-------------
Allan -> ArchBang is not supported because it is stupid.
Offline
Dude, are there a lot of solutions around
So if I want to implement any of them, I would have to find a server that would allow me to install one of the said solutions? Do all servers allow installing a new software?
Offline
Dude, are there a lot of solutions around
So if I want to implement any of them, I would have to find a server that would allow me to install one of the said solutions? Do all servers allow installing a new software?
Most (all?) of the questions you're asking would be more quickly answered by half an hour of googling.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
I've set up a shopcart on a free webserver before. I used CakePHP + mySQL.
Offline