Skip to content

julykobe/api-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

api-poc

Preparation:

On VM:

  1. install mysql, create db 's5' and table bucket(with 3 col, id, name, uuid) - can be found in Bucket.py
  2. run server by: gunicorn -b 0.0.0.0:8000 vsan:app
  3. Now don't use host name, just set a header BucketName instead *. you can refer to src/curl.cmd for how to call rest API by curl

On ESXi host:

  1. upload code in src_on_host/
  2. open firewall for incoming port 10080
  3. run OSServer.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published