-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhosting.html
61 lines (58 loc) · 2.8 KB
/
hosting.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
---
layout: empty
title: Hosting your Content on StreackIt servers
---
<section>
<div class="container-fluid">
<img src="assets/images/profile.png" width="100%" height="auto" />
<div class="row" style="margin-top:5em">
<div class="col-lg-7 offset-lg-1">
<h1>The Guide to hosting your services on StreackIt</h1>
<p style="margin-top:3em">StreackIt provides students an opportunity to deploy their products on our cloud services
without the hassle of worrying about finding a domain, a server which is fast enough. Given that our systems are not yet
as sophisticated as existing ones, people who wish to deploy their services must manage code submitting either through
an online repository.</p>
<br><br>
<h3>Steps</h3>
<p>
<li>Ensure a dependencies file for your project, when we deploy your service the server will create a virtual
environment for your project and add dependencies to your environment only
</li>
<li>
Additional scripts which need to be run can be placed in a run.sh file (no other file will be run) to do additional
computations. This file must be present in the main directory
</li>
<li>
Before we can deploy your service, we would need to make sure you are a student and have logged in at least once
into StreakIt. (We currently function with IIT Gandhinagar)
</li>
</p>
<br><br>
<h3>Domain</h3>
<p>
Users will be given the option of choosing their subdomain name (terms and conditions apply), however otherwise your service will be assigned to
<b>{submdomain}.streackit.com</b>.
</p>
<br><br>
<h3>Starting your application</h3>
<p>
Send in a mail to [email protected], with the following details
<br><br>
Subject - Deployment Project - (project name) <br>
Body - <br>
<li>
name, roll id
</li>
<li>
link of project to be hosted (github)
</li>
<li>Logs of builds will be handled through email (for now)</li>
</p>
<p>For further queries you can drop a mail to [email protected]</p>
</div>
<div class="col-lg-3">
hello
</div>
</div>
</div>
</section>