Commit 8aa1f25d authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

Deployed ae64230c to develop in public with MkDocs 1.6.0 and mike 2.1.2

parent 60450ba3
Loading
Loading
Loading
Loading
+87 −0
Original line number Diff line number Diff line
@@ -377,6 +377,17 @@
        
      
      
        <label class="md-nav__link md-nav__link--active" for="__toc">
          
  
  <span class="md-ellipsis">
    Introduction
  </span>
  

          <span class="md-nav__icon md-icon"></span>
        </label>
      
      <a href="./" class="md-nav__link md-nav__link--active">
        
  
@@ -387,6 +398,34 @@

      </a>
      
        

<nav class="md-nav md-nav--secondary" aria-label="Table of contents">
  
  
  
    
  
  
    <label class="md-nav__title" for="__toc">
      <span class="md-nav__icon md-icon"></span>
      Table of contents
    </label>
    <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
      
        <li class="md-nav__item">
  <a href="#hardware-requirements" class="md-nav__link">
    <span class="md-ellipsis">
      Hardware requirements
    </span>
  </a>
  
</li>
      
    </ul>
  
</nav>
      
    </li>
  

@@ -931,6 +970,23 @@
    
  
  
    <label class="md-nav__title" for="__toc">
      <span class="md-nav__icon md-icon"></span>
      Table of contents
    </label>
    <ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
      
        <li class="md-nav__item">
  <a href="#hardware-requirements" class="md-nav__link">
    <span class="md-ellipsis">
      Hardware requirements
    </span>
  </a>
  
</li>
      
    </ul>
  
</nav>
                  </div>
                </div>
@@ -946,6 +1002,37 @@

<h1 id="openslice-deployment">OpenSlice Deployment</h1>
<p>This section is meant to guide the user through the installation of OpenSlice. </p>
<h2 id="hardware-requirements">Hardware requirements</h2>
<p>The complete environment consists of microservices deployed as docker containers. Portainer is also installed to monitor them at port 9000.</p>
<p>If you would like to operate all APIs, OSOM, the Mysql Server, nginx, etc then you need at least:</p>
<table>
<thead>
<tr>
<th><strong>Minimum Hardware Requirements</strong></th>
<th><strong>Recomended Hardware Requirements</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>4 CPU cores</td>
<td>8 CPU cores</td>
</tr>
<tr>
<td>8 GB RAM</td>
<td>16 GB RAM</td>
</tr>
<tr>
<td>20 GB storage</td>
<td>40 GB storage</td>
</tr>
</tbody>
</table>
<p>(NOTE: Bugzilla or ELK are not included and we assume they run elsewhere)</p>
<p>However, you may try the front facing services of OpenSlice with a minimum installation on a VM on a laptop with:</p>
<ul>
<li>2 cores</li>
<li>4GB of RAM  </li>
</ul>
<p>Following, you may thorough guides depending on the installation type of your choice:</p>
<ul>
<li><a href="../deploymentCompose/">Installing via Docker Compose guide</a></li>
+220 KiB
Loading image diff...
+127 −220

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+23 −23

File changed.

Preview size limit exceeded, changes collapsed.

Loading