Conversation
|
|
||
| * Preparation: **5 minutes** | ||
| * Requirements: | ||
| * Initiated Syncano project |
There was a problem hiding this comment.
Let's create in cookbook a page about about basic project init (cookbooks style) and link here and in other places. It is not a blocker for that PR but please create Jira ticket for it.
There was a problem hiding this comment.
Cookbook task has been planned in Jira.
|
|
||
| ### Solution | ||
|
|
||
| In order to publish your website or application you just have to create a Hosting in Syncano and upload the files there (e.g. index.html file with simple ```<h1>Hello world!</h1>``` tag inside of body section). To set up your page you don't have to do anything more but upload an index.html file and set a CNAME record in your domain provider dashboard. Then the domain will be leading to your page. |
There was a problem hiding this comment.
"domain provider" -> domain name server dashboard
| Later, you will be asked to provide some info: | ||
| * Please name this hosting | ||
| * Please choose directory of your project **(this one appears if you don't specify the path-of-local-project-folder-to-host])** | ||
| * Do you want to set CNAME now (your own domain) or should it be empty? |
There was a problem hiding this comment.
I guess we need a comment somewhere before this step about CNAME. I to write somewhere before that if you want your own domain you need create "CNAME record in DNS" which looks like:
your.domain.com -> <instance_name>.syncano.site or confirm that CNAME should be empty (to use internal address)
There was a problem hiding this comment.
I've added it. Feedback, please.
|
Missing labels. |
additional changes about domain name server provider
Codecov Report
@@ Coverage Diff @@
## master #299 +/- ##
==========================================
- Coverage 38.47% 38.47% -0.01%
==========================================
Files 88 99 +11
Lines 2773 4244 +1471
Branches 6 6
==========================================
+ Hits 1067 1633 +566
- Misses 1706 2611 +905 |
| Later, you will be asked to provide some info: | ||
| If you want your own domain to point to your hosted files you need to create CNAME record in DNS which looks like: | ||
| ``` | ||
| Domain: your.domain.com CNAME Record: <instance_name>.syncano.site |
There was a problem hiding this comment.
Write it like this:
CNAME your.domain.com -> <instance_name>.syncano.site
CNAME your.domain.com -> <instance_name>.syncano.site
|
@jakubkornafel you forgot to delete a branch |
No description provided.