Website building strategies and methods with the advent of big data, China's Internet further development, many people want to build a website, in fact, build a site There are many ways, and very easy. Tools/Materials
- A computer +ecs
- Basic computer operation
Method/Step
Buy cloud Server (ESC)
It is recommended to use BAT host, if you are a student and offer, choose the configuration according to the type of your website,
The operating system now generally uses Linux (open source) and then chooses the memory and the hard disk based on the traffic
If it is just beginning to learn to recommend the use of 2g+20g is enough. (You can also use a virtual host, of course)
Select an application server
Basically open source free is apache,nginx,tomcat more popular, according to their own needs to choose it, Apache support for HTML very good, suitable for PHP development, Tomcat is also a product of Apache for Java web Development, Nginx is suitable for reverse proxy, and high concurrency.
Install the Application server
Some vendors will install on the purchased host, but they can also install it themselves (command line installation), it is necessary to learn Linux.
Installing the Database
Many sites now have a database for persistence, recommended free MySQL, but you can skip this step if you just want to be a Web site of your own blog.
for development
1. Using Existing templates
Now online provides a lot of ready-made templates can be used, such as CMS (Baidu search is very funny, not much to say) content distribution site, there are two times the development of the mall (if used for business, attention to intellectual property rights and other legal rights), just need to follow the appropriate steps to install on the line.
This method is highly efficient but poorly scalable.
2. Your own hand
This method exercises its own programming ability, while it takes a lot of time to learn, the content is more complex
But the advantages are also obvious, the control of the site is strong.
One final step
The front is all done, the final step is crucial, if you want people to see your site, you have to buy a domain name (cheap and expensive).
Own experience
Finally say your own experience, if the reader is prepared to engage in the Internet industry to recommend their own step by step learning, do not hurry to build a website, if only a moment of interest, readers can follow the above steps to operate, can soon build a own site.
Website Construction strategy and method