How do I publish a website? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

How do I publish a website?

Can someone please guide me through the process of publishing a website? I have finished coding my portfolio with Sublime text. Now, I don't know whats next. I also have a repository on github.

10th Apr 2020, 7:49 AM
Ruth De Leon
Ruth De Leon - avatar
25 Answers
+ 8
If you looking fro free you can see in google: webnode, blogspot. Another way is to buy a host name with 1-10€/month and have your own! Good luck!
10th Apr 2020, 11:30 AM
Mantafounis Panagiotis
Mantafounis Panagiotis - avatar
+ 6
You need a hosting service to publish your website, but if you are already on github then Github Pages can be a convenient and free option. https://pages.github.com/ You may also purchase a domain name, if you want your page to be available from a less generic url.
10th Apr 2020, 7:57 AM
Tibor Santa
Tibor Santa - avatar
+ 5
I am not big on web design :) but good luck, seems like you're on to a great start ;)
10th Apr 2020, 9:38 AM
Tibor Santa
Tibor Santa - avatar
+ 3
@tiborsanta Thanks, https://rubysopretty.github.io/My-First-Portfolio/ This is the end result. Can you help me fix it?
10th Apr 2020, 8:59 AM
Ruth De Leon
Ruth De Leon - avatar
+ 3
First you should find great web hosting. I use infinity web hosting because I can have unlimited MySQL database. After you decide, download any ftp client. I am using total comander. Than choose domain name and order hosting. Now you are ready and you can upload your files and your wob is published (you can find more info in mail from hosting).
11th Apr 2020, 10:15 AM
tobbdev
tobbdev - avatar
+ 2
if you are looking for free....you have an option which I personally appreciate it is a platform which provides this service and As this is your elementary project I guess so far, so you can use it and it will be surely a nice experience for you.I'm linking the address of that right here. https://in.000webhost.com/cpanel-login?__cf_chl_jschl_tk__=d8c8b5410b5d0f001306a798ad796d92c81913f1-1586513733-0-AcFk7XFnzxSE3_J8Egr1QVJa0ChkZCOJEQRcM1n4xWdqQ9IY4-FRzpVrYMXZa2IXQb-imrAsYTWQEHqPXGc0lLImg-FssvvZ9BJV_sYRc6lgcf5SDYtjtEpilq2Fy_1nJi4xTIrrM2U07ziAhIPWGiO2QCGpqyIdJTI7rSmUWi0MR1aYjsKc0d3YIvdPhogHW_3uU0Y8CoCQrouDUQy6lT0lw845tY1wsUsZJVNj4Gog9pZedscTz_RJGz1ARLO9jcLp2PSpxYVcGujLraLYIlGPXkowjFIKAAJJqLkpOKSP I think you should surely check it out. Obviously, since it is for free so no ads will be shown on the website you'll gonna host..but you can feel the effort you have made for it and then you can modify the services you want or you want to explore any other thing and effect so you can improve it right there.
10th Apr 2020, 10:16 AM
Shivansh Sharma
Shivansh Sharma - avatar
+ 2
To publish a website you need a Server. There are different way's to get a Server for example you can make one yourself by using an Raspberry Pi. The question is, do want a domain(domains cost mostly money)?
10th Apr 2020, 11:07 AM
Bron
Bron - avatar
+ 1
I think one of the best ways is to publish stuff on Pinterest
10th Apr 2020, 12:06 PM
Bar
Bar - avatar
+ 1
You need a host to host your site some are free and some are reasonably costly
10th Apr 2020, 6:32 PM
Hansel
+ 1
you can ask for a fixed IP address from your ISP and run your server as you want, you can enlist your site with the search engines you want with the description that can be found on a search. Advantage is you have as much storage space as you want for the price of your fixed IP; disadvantage, you have to have a server running non stop. Another is to pay you ISP for web space, then you register the same way
10th Apr 2020, 7:46 PM
Radu Purcel
+ 1
Salom uz bek
11th Apr 2020, 10:14 AM
Bob Bax
+ 1
I think you need to hosting now have many website for hosting some of this for free like infiniteFree
11th Apr 2020, 10:29 AM
GhostMan
GhostMan - avatar
+ 1
Hey! if you want to deploy it online for free... try Heroku!
11th Apr 2020, 2:26 PM
Neha Kumar
Neha Kumar - avatar
+ 1
there are two types of hosting available. Paid and free hosting provided by the hosting company. Each type has both advantages and disadvantages including how much control u have over your hosted website. As a starting developer I would encourage free hosting. You host your website on the following sites. www.bytehost.com Www.bluehost.com and many others
11th Apr 2020, 3:59 PM
Turyasingura Kevin
Turyasingura Kevin - avatar
+ 1
you need a Hosting Provider if you want your website accessed from internet, and also a domain name
12th Apr 2020, 9:06 AM
Galih Prakoso
Galih Prakoso - avatar
0
Buy a domain & host your website. You will need money for it. You can host single page static website on github for free.
11th Apr 2020, 11:53 AM
Faisal Ahmed
Faisal Ahmed - avatar
0
You need a hosting service If you wanna free web to learn, you can try wordpress free site
11th Apr 2020, 11:59 AM
UMESH KHATKAR
UMESH KHATKAR - avatar
0
As you have to pay rent for your apartment on your street, you'd have to pay for the location your website will occupy on the server street. Hosting companies are the landlords and hotel owners. A good one I know of is name.com Hope this helps you!
11th Apr 2020, 2:14 PM
Udoh Idorenyin
Udoh Idorenyin - avatar
0
You can use Heroku (https://www.heroku.com/) to deploy your apps at no cost it's a start to see if your application can run on deployment, but depending on how you have your application built if it requires a database then you May need to change some code . You can connect heroku to an existing git repo to test it out.
11th Apr 2020, 2:14 PM
Anthony Capo
Anthony Capo - avatar
0
or you can use Netlify it is dead simple just connect to your github account a publish the website https://www.netlify.com
11th Apr 2020, 2:22 PM
Pascal