Configuring a data or web server: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Marked this version for translation)
No edit summary
Line 9: Line 9:
<!--T:3-->
<!--T:3-->
*If you are interested in creating a server to share data see [[FTP server in CC-Cloud]] which, despite the name, actually encourages you to use methods other than FTP, such as HTTP or SFTP.
*If you are interested in creating a server to share data see [[FTP server in CC-Cloud]] which, despite the name, actually encourages you to use methods other than FTP, such as HTTP or SFTP.
*If you are interested in creating a webserver see [[Creating a Webserver on CC-Cloud]]. There are also scripts to aid in automating the setup of common web server configurations.
*If you are interested in creating a webserver see [[Creating a Webserver on CC-Cloud]].
** See [[OpenStack VM Setups]] for information about using automated cloud setups.
 
** Currently available setups for webservers are:
There are also scripts to aid in automating the setup of common web server configurations.
***[[Apache2 CloudInit]]
For information about using automated cloud setups, see [[OpenStack VM Setups]].
***[[Mediawiki Heat Template]]
 
Currently available setups for webservers are:
- [[Apache2 CloudInit]]
- [[Mediawiki Heat Template]]
- and the other one
[[Category:CC-Cloud]]
[[Category:CC-Cloud]]
</translate>
</translate>

Revision as of 16:01, 24 November 2017

Other languages:

Parent page: Cloud

Virtual machines used to server generic data or web content typically are of a persistent flavor (see Virtual machine flavors) and boot from a volume (see Booting from a volume).

There are also scripts to aid in automating the setup of common web server configurations. For information about using automated cloud setups, see OpenStack VM Setups.

Currently available setups for webservers are: - Apache2 CloudInit - Mediawiki Heat Template - and the other one