简体   繁体   English

将网站从本地服务器迁移到托管服务器的步骤(上线)

[英]steps to take website from local server to hosted server (going live)

I am very new to web development, and have a question in regards to taking your website "live." 我对Web开发非常陌生,对于让您的网站“上线”存在疑问。

I coded my site in python, using the Django framework. 我使用Django框架以python编码了我的网站。 I have all my code stored in a local server, and want to move ahead with taking my web into production. 我已将所有代码存储在本地服务器中,并希望将我的网站投入生产。

I've been looking online on any resources that provide a clear step-by-step instruction of going public with your site. 我一直在网上寻找任何资源,这些资源提供了明确的逐步指示以公开发布您的网站。 However, they are either all unclear, extremely complicated, or based off "wordpress." 但是,它们要么不清楚,要么极其复杂,要么基于“ wordpress”。 I'm not using wordpress. 我没有使用wordpress。

I understand the basic rules: 我了解基本规则:

  1. get a domain 获取域名
  2. get a web host 获取网络托管
  3. get a ftp 得到一个FTP
  4. ?? ??

my confusion is somewhere between 3. and 4. What happens after you get a FTP? 我的困惑在3.到4之间。获得FTP后会发生什么? Am I using GitHub at any point in this process? 我在此过程中的任何时候都使用GitHub吗? Are there special rules I have to follow (what do you do with your secret key in the settings.py?) 我是否需要遵守一些特殊规则(您如何使用settings.py中的密钥?)

If you know of a great resource for beginner web developers who are trying to take their website live (and who are NOT using wordpress), I would truly appreciate your guidance. 如果您为尝试上线其网站(并且不使用wordpress的网站)的初学者Web开发人员提供了大量资源,我将不胜感激您的指导。

thanks much! 非常感谢!

There is no need of ftp or anything else 不需要ftp或其他任何东西

i used godaddy.com i just brought a domain name then hosting space no other thing i purchased 我用godaddy.com刚带了一个域名,然后托管了我没有购买的其他东西

then i uploaded my files to website in sequence just thats it 然后我按顺序将文件上传到网站

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从托管网站调用服务器上的本地 API - Calling local api on a server from a hosted website 将 Django 网站从本地机器上传到服务器 - Upload a Django website from local machine to server 访问本地网络中ubuntu服务器上托管的网页 - Visit webpage hosted on ubuntu server in a local network 从VCS更新实时服务器 - Updating live server from VCS 从网站上的用户那里获取python输入并在服务器后端运行它的最佳方法是什么? - What is the best way to take python input from users on a website and run it your server backend? 本地 windows - 服务器 Ubuntu、git 推直播无腻子 - Local windows - Server Ubuntu, git push live no putty 在服务器上有一个Django后端。 我还需要采取什么步骤才能将Angular前端移动到那里? - Have a Django backend on server. What steps do I need to take to move my Angular frontend there as well? Python模块random在本地服务器上没有属性选择,但在实时服务器上没有 - Python module random has no attribute choices working on local server but not on live server 为什么我的Gunicorn会监听实时服务器上的本地Django开发服务器 - Why does my gunicorn listen to my local Django development server on my live server 我有一个在本地服务器上运行的网站...需要帮助将其公开 - I have a website running on local server ... need help making it public
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM