Python Forum
How to Load Idle/Cmd Programs to Server?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to Load Idle/Cmd Programs to Server?
#5
Talking about server then it usually run Linux,the a .exe wont work.
What is your server running?

Usually when i transfer Python code to a server it's for running a web-app.
The i also has a Repo eg GitHub,BitBucket.
Example DigitalOcean VPS have a Linux distro running eg Ubuntu(Droplet) that has Python and Git pre-installed.
Transfer code to server git clone my_repo.
On local Pc i have also build code with virtual environment.
Then pip install -r requirements.txt to install dependencies to server.
At this point i could run a script python my_scipt.py on server.
With a web-app there as more step like eg setting up Gunicorn,Nginx,so other can see web-app in browser.
Reply


Messages In This Thread
RE: How to Load Idle/Cmd Programs to Server? - by snippsat - Jun-23-2018, 11:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to take the tar backup files form remote server to local server sivareddy 0 1,957 Jul-14-2021, 01:32 PM
Last Post: sivareddy
  IDLE not importing pygame (ok outside of IDLE) miner_tom 1 3,367 Sep-14-2018, 07:54 PM
Last Post: Larz60+
  Python IDLE 3.6.2 on WIn7 vs Pyhton 3 IDLE raspberry djdan_23 5 5,766 Sep-07-2017, 12:51 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020