Project

General

Profile

Task #7221

Updated by Nico Schottelius over 4 years ago

I'll add things I find on the way of installing ucloud 0.0.1 in this ticket and they should be fixed prior to release. 

 strike -through- what has been fixed 

 h2. Small / doc Fixes 

 * ucloud-api  
 ** README: include curl example on creating VM 
 ** Include curl example on listing VMs that belong to me 
 ** Include curl example on deleting VM(s) that belong to me 
 * all docs: 
 ** instead of @pipenv shell@ and then executing, using @pipenv run@ 

 h2. ucloud-api 

 After following the manual, the following error happens: 

 <pre> 
 [18:17] diamond:ucloud-api% pipenv run python main.py  
 Traceback (most recent call last): 
   File "main.py", line 13, in <module> 
     from config import etcd_client as client 
   File "/home/nico/vcs/ucloud-api/config.py", line 3, in <module> 
     from etcd3_wrapper import Etcd3Wrapper 
 ModuleNotFoundError: No module named 'etcd3_wrapper' 
 [18:18] diamond:ucloud-api%  
 </pre>

Back