2024-03-12 15:08:40 -07:00
< < < < < < < HEAD
2022-08-13 10:50:37 -07:00
<!DOCTYPE html>
< html lang = "en" >
< head >
2022-08-17 09:25:39 -07:00
< title > Welcome to Rebased< / title >
2022-08-13 10:50:37 -07:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width,initial-scale=1,viewport-fit=cover,user-scalable=no" >
< style type = "text/css" >
:root {
--brand-color: #0482d8;
--background-color: #f2f2f2;
}
body {
background-color: var(--background-color);
font-family: 'Lato', sans-serif;
padding: 0;
margin: 0;
}
main {
max-width: 500px;
margin: 0 auto;
padding: 30px;
}
.logo {
width: 100%;
display: block;
}
h2 {
font-size: 1.5rem;
font-weight: normal;
line-height: 1.5;
}
p {
line-height: 1.5;
}
a {
color: var(--brand-color);
}
code {
display: block;
color: white;
background-color: black;
border-radius: 10px;
padding: 10px;
}
code.inline {
display: inline;
border-radius: 4px;
padding: 4px;
}
< / style >
2022-08-13 12:33:12 -07:00
<!-- server - generated - meta -->
2022-08-13 10:50:37 -07:00
< / head >
< body >
< main >
2022-08-17 09:25:39 -07:00
< img class = "logo" src = "/images/rebased-wide.svg" alt = "Rebased" / >
2022-08-13 10:50:37 -07:00
< h2 > Almost done...< / h2 >
2022-08-17 09:25:39 -07:00
< p > Congrats! 🎉 You've installed Rebased. Now you just need to install a frontend.< / p >
< h2 > Installing Soapbox< / h2 >
2022-09-13 13:26:28 -07:00
< p > To install < a href = "https://gitlab.com/soapbox-pub/soapbox" target = "_blank" > Soapbox< / a > , SSH into the server and download a .zip of the latest build:< / p >
< code > curl -L https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/develop/download?job=build-production -o soapbox.zip< / code >
2022-08-13 10:50:37 -07:00
< p > Then unpack it into the < code class = "inline" > instance< / code > directory:< / p >
2022-09-13 13:26:28 -07:00
< code > busybox unzip soapbox.zip -o -d /opt/pleroma/instance< / code >
2022-08-13 10:50:37 -07:00
< p > < strong > That's it!< / strong > Just refresh this page.< / p >
< / main >
< / body >
< / html >
2024-03-12 15:08:40 -07:00
=======
<!DOCTYPE html> < html lang = en > < head > < meta charset = utf-8 > < meta name = viewport content = "width=device-width,initial-scale=1,user-scalable=no" > < link rel = icon type = image/png href = /favicon.png > <!-- server - generated - meta --> < script defer = defer src = /static/js/3733.7060d1e6bca813125a0c.js > < / script > < script defer = defer src = /static/js/app.d42ab31e1d50a3265a82.js > < / script > < link href = /static/css/app.a7f63ee9107a77599942.css rel = stylesheet > < / head > < body class = hidden > < noscript > To use Pleroma, please enable JavaScript.< / noscript > < div id = app > < / div > < div id = modal > < / div > < div id = popovers > < / body > < / html >
>>>>>>> origin/develop