+ 2
How do I upload my website on the internet using my smartphone?
I've created a website using a code editor on my smartphone. What do I do upload it in the internet. Im currently using repl and made this https://sajidsource.sajid1500.repl.co/. Pls help. Thanks in advance
36 Respostas
+ 9
You need an own web server eg. Apache or a provider.
Some are free.
https://www.sololearn.com/discuss/492656/?ref=app
https://www.sololearn.com/discuss/330812/?ref=app
https://www.sololearn.com/discuss/933367/?ref=app
https://www.sololearn.com/discuss/226540/?ref=app
+ 4
Yes, but you need to switch to Desktop view in your browser.
Step 1: Create github account.
Step 2: Create repository, upload your files
Step 3: (where you need desktop view), go to setting of the repository, scroll down, at Github Page, choose it.
Desktop view, if using Chrome, is at three-dot menu, tick that box beside desktop view, it will refresh the page and the github webpage display will change from mobile to desktop view.
+ 3
Github Pages
Example :
https://gorgorgordon.github.io/MySoloLearnCodes/
Tutorial :
https://pages.github.com/
+ 3
sajid chowdhury Gordon netlify is a better way to make GitHub repos to webpages.
More information please check
https://www.netlify.com/blog/2016/09/29/a-step-by-step-guide-deploying-on-netlify/
https://www.sololearn.com/discuss/2118797/?ref=app
+ 2
You have to upload ur files to the web server.
This can be done through a web based administrator tool or ftp.
Both possible from ur smartphone normally.
U might have to install a ftp client app.dont know if there is seth. Special on netifly.
Don't know it.
+ 2
sajid chowdhury Yes you can do. Just open domain providers website in your mobile browser.
+ 2
Use termux
+ 2
Convert into zip
+ 1
Make zip off all fiels essential of website like html css js and open domain name provider / hosting provider website and login it, open cpanel in thier website next open file manager and upload zip file in file manager and extract it
That's it all are done
+ 1
Go to domain provides website using google chrom n make it desktop view.
+ 1
Who is your hosting provider
+ 1
Like GoDaddy, hostinger ,hostgotar,
+ 1
It's depends on hosting provider website
+ 1
https://hpanel.hostinger.com/
Example::
+ 1
Buy web hosting and domain for uploading your website on your internet
+ 1
This is a difficult way! Don't possibly try if you are not a professional
Download and Install nodejs.
https://nodejs.org/en/download/
Download and install git and sign in to it
https://git-scm.com/downloads
Go to https://heroku.com and create account
Open cmd/PowerShell
Type the following two commands
npm i http-server -g
npm i heroku -g
And then go to your project/website folder.
Create a folder named 'website'
Move all website files to that folder
Open cmd/Powershell in that directory.
Run the following command.
git init
npm init -y
echo web:http-server website >Procfile
heroku create website-subdomain-name
git add .
git commit -m "ready to host"
git push heroku master
Your app is created now at https://website-subdomain-name.herokuapp.com/
+ 1
Vinit Agivale thanks for your question, you can consider repository as a "folder" of your github account. Once you register at github, you'll be guided to create your first repository, you can try copying one of your sololearn web codes to github repository, and see if you can create your own github page website.
+ 1
You need to have apps that FTP enabled in, like Textastic or Buffer
+ 1
You can use hosting services
Some of them are free eg. freewha.com etc...
+ 1
You need create website using html , css, java then you need to buy a domain for your site from goddady.......