DEV Community

Cover image for Huawei Cloud ECS Server notes
Z. QIU
Z. QIU

Posted on • Updated on

Huawei Cloud ECS Server notes

Our start-up just bought a Huawei Cloud ECS server in order to deploy our SaaS products on it (currently we are highly depending on our AliCloud server for dev and for deploying demo/test/official releases). We chose Ubuntu 18.04 LTS as OS when initializing the server on Huawei Cloud website.
Alt Text
Alt Text
Since yesterday, I am working on setting up all environmental and infrastructure software including ('c' means running inside container):

  • Docker
  • Anaconda
  • TomCat (c)
  • Nginx
  • MySQL (c)
  • Neo4j (c)
  • MongoDB (c)
  • ElasticSearch (c)
  • Redis
  • Jenkins
  • git
  • node

For Python, I am planning to install the following packages:

  • django
  • django-cors-headers
  • json
  • urllib
  • demjson
  • pymysql
  • pymongo
  • elasticsearch
  • py2neo
  • jwt
  • uuid
  • elasticsearch
  • redis
  • celery
  • pandas
  • tensorflow
  • numpy
  • scikit-learn

I will note down installation and setting steps and advises in my future posts.

Alt Text

Related Posts (list keeps growing in following months):

Top comments (0)