this post was submitted on 13 Dec 2023
20 points (91.7% liked)
Open Source
31654 readers
226 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Well, sure. You'll also need a filesystem to run it all on, cache memory with LRU replacement, a router, power and air conditioning, and lots of other stuff. The question was, what's an easy way to do all that that's ready to run. I've set up a couple different e-commerce sites on Wordpress and it's easy and flexible; everything you listed does need to happen, but it's behind the scenes of the plugin installation. I genuinely don't know of a turnkey solution that's easier, although I'm happy to hear about them.
I mean, Wordpress started as a blog. Linux started as a terminal emulator. The question is how well does its current state fit the current task at hand.
Why do you say "attempt"?
So, I run a dedicated site that sells a few thousand items based on Wordpress+Woocommerce; it's basically a hobby, but if I wanted to be serious about driving sales one of the most important things would be the ability to customize landing pages, test out different layouts, make changes, etc... basically, the ability for the software to function as a CMS would be key to what I would want. Being "primarily" a CMS product with selling products as secondary, for me, works better than the other way around (primarily a product-listing-and-selling software with editing pages and layouts as secondary).
Depends what you mean by "large." Performance is probably the biggest issue that would make me hesitate to go for Wordpress+Woocommerce beyond a certain scale, but as I say I'm running a moderate-scale e-commerce site on Wordpress right now and I've generally been very happy with its tradeoff of "ease of setup" vs "customizability and extensibility for fancy stuff" vs cost.