Skip to content

Commit

Permalink
updated server instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
igorgoldobin committed Jul 5, 2024
1 parent 7b52595 commit 086ca2b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/pages/Clients/Execution/Stereum.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,15 @@ export const StereumDetails = () => (
<FormattedMessage defaultMessage="Step 1" />
</Heading>
<Text className="mt10">
<FormattedMessage defaultMessage="Rent a Server from a VPS Provider such as Hetzner, Digital Ocean etc." />
<FormattedMessage defaultMessage="Rent a Server from a VPS Provider such as Hetzner, OVH, Digital Ocean etc." />
</Text>
<Text className="mt10">
<FormattedMessage defaultMessage="The recommended specifications for your server can be found below:" />
<ul>
<li><b>CPU:</b> 4+ cores @ 2.8+ GHz</li>
<li><b>Memory:</b> 8GB+ RAM</li>
<li><b>Storage:</b> SSD/NVMe with at least 1TB free space (This will gradually increase, check with your selected hosting provider that additional storage is an option)</li>
</ul>
</Text>
<Heading level={3} className="mt20">
<FormattedMessage defaultMessage="Step 2" />
Expand Down

0 comments on commit 086ca2b

Please sign in to comment.