DEV Community

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

Posted on • Edited on

1

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):

Heroku

This site is built on Heroku

Join the ranks of developers at Salesforce, Airbase, DEV, and more who deploy their mission critical applications on Heroku. Sign up today and launch your first app!

Get Started

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay