AvalonDocumentationEngine/views/articles/Installation.ejs

16 lines
815 B
Text
Raw Normal View History

2023-01-05 20:58:03 +00:00
<p>Welcome to the AWE installation guide!</p>
<p>This guide will assist you while installing the Avalon Wiki Engine on a local server.</p>
<p>Make sure you have your 80 port open on this server.</p>
<%- include("blocks/MessageBox.ejs", {
title: "Docker support",
content: "This guide will not contain resources for installing AWE on Docker. You are purely on your own for that."
}) %>
<h1>Installing locally or on a Node server</h1>
<p>If you just want AWE for your local network, or on your own real server.</p>
<h1>Installing on Replit</h1>
<p>If you want quickly get AWE up and running.</p>
<%- include("blocks/MessageBox.ejs", {
title: "Cycles required",
content: "In order to use AWE on Replit, you will have to use Cycles to make your AWE Repl Always On.",
notice: "2 cycles/day for Always On"
}) %>