cloudmesh-community / hid-sp18-516

Pathan, Shagufta
1 stars 4 forks source link

Write Makefile for Swagger #17

Closed spathan1985 closed 6 years ago

spathan1985 commented 6 years ago
spathan1985 commented 6 years ago

Have written the initial version and uploaded on github on March 3rd. All targets work except for 'clean'. Have asked Tyler for help on this issue.

spathan1985 commented 6 years ago

It would be great if the TA's or the instructor can take a look at the Makefile and suggest if improvements are needed.

laszewsk commented 6 years ago

this should be read from ~/.cloudmesh/security.yaml Basic YWRtaW46c2VjcmV0

YOu still have server code in the dir, i suggest you remove all of this ONCE YOU CREATE A BACKUP and remove the swagger code dir. THis way your dir is real clean.

laszewsk commented 6 years ago

rename cloudmesh/swagger_assignment, we may have to rename it a second time, but this way it would be easier for us to find with our scripts

laszewsk commented 6 years ago

clean would simply remove the dir of teh server code

spathan1985 commented 6 years ago

Thanks for your comments Professor. I will do that. So all the yaml and controller files would be under ~/cloudmesh/swagger directory or just ~/cloudmesh directory?

laszewsk commented 6 years ago

better would be just swagger in github

within that dir you just have Makefile and controller.py files and README.md on how to create the code. So all other dirs are creaed frm the makefile

spathan1985 commented 6 years ago

Submitted the Makefile and incorporated all the changes suggested by Professor. Hence closing this issue.