Jump to content

Website Creation Help

Go to solution Solved by tp95112,
2 minutes ago, ziloflow said:

thanks bro, is this how this website was made???

I  believe they use VBulletin and built on it themselves

17 minutes ago, ziloflow said:

thanks bro, is this how this website was made???

14 minutes ago, tp95112 said:

I  believe they use VBulletin and built on it themselves

This website is actually built upon IPB(v4)/the IPS community suite. Hence the 'Community Software by Invision Power Services, Inc.' at the bottom of the page.

"We're all in this together, might as well be friends" Tom, Toonami.

 

mini eLiXiVy: my open source 65% mechanical PCB, a build log, PCB anatomy and discussing open source licenses: https://linustechtips.com/topic/1366493-elixivy-a-65-mechanical-keyboard-build-log-pcb-anatomy-and-how-i-open-sourced-this-project/

 

mini_cardboard: a 4% keyboard build log and how keyboards workhttps://linustechtips.com/topic/1328547-mini_cardboard-a-4-keyboard-build-log-and-how-keyboards-work/

Link to comment
https://linustechtips.com/topic/788365-website-creation-help/#findComment-9932320
Share on other sites

Link to post
Share on other sites

well, being a developer myself I can say that first thing you need is solid html, css and JS skills to create the UI

 

on that you might require a scripting and backend like JS, PHP, python, Java, etc

 

last you need to create a DB. you can use either of these: mysql or PGSql

 

if you want to make things more fancy, and scale the platform you may use redis to cache your DB query and results, mongoDB or other no-sql platforms backend caching or running as back-up while your original DB is under maintainance.

 

later you need a server to run the site on. I recommend Digital Ocean / AWS / Google cloud for VPS solution. but please go with a reliable VPS solution. Some other basic stuff to handle VPS would be :

 

1. should know how to operate on bash shell and linux

2. installing packages (its quite simple these days)

3. install configure your apache/nginx server

4. installing DB engine

5. installing backend services like PHP/Python/Ruby .. (depends on what you are using)

Link to comment
https://linustechtips.com/topic/788365-website-creation-help/#findComment-9934279
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×