Jump to: navigation, search

Difference between revisions of "StarlingX/Packet SIG"

(Created page with "== Packet SIG == Under Construction")
 
m (Packet SIG)
Line 1: Line 1:
 
== Packet SIG ==
 
== Packet SIG ==
  
Under Construction
+
[http://packet.com Packet.com] is a baremetal public cloud, and they have donated some resources to the StarlingX project.
 +
 
 +
 
 +
=== Edge Computing Group's 'DISTRIBUTED MVP ARCHITECTURE' on Packet.Com ===
 +
 
 +
The way that a custom operating system is installed into Packet.com is via iPXE. These instructions show a basic method for initial installation of a StarlingX ISO on Packet.com.
 +
 
 +
Install Apache.
 +
 
 +
<pre>
 +
apt install apache2 -y
 +
</pre>

Revision as of 14:19, 5 July 2019

Packet SIG

Packet.com is a baremetal public cloud, and they have donated some resources to the StarlingX project.


Edge Computing Group's 'DISTRIBUTED MVP ARCHITECTURE' on Packet.Com

The way that a custom operating system is installed into Packet.com is via iPXE. These instructions show a basic method for initial installation of a StarlingX ISO on Packet.com.

Install Apache.

apt install apache2 -y