All Products
Search
Document Center

:Can I install applications or software on my server?

Last Updated:Apr 16, 2018

Yes, you can. Simple Application Servers (SWAS) with pre-installed applications already include applications and development environment. SWAS with system images work like a common server, you can install applications or software after connecting to your SWAS. For example, run sudo yum install python to install or update the Python packages.

  1. [admin@LocalHost ~]$ sudo yum install python
  2. Loaded plugins: fastestmirror
  3. ...
  4. Is this ok [y/d/N]: y
  5. ...