Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #552 from fastn-stack/host-on-fifthtry
Browse files Browse the repository at this point in the history
fifthtry-hosting-doc
  • Loading branch information
nandhinidevie authored Feb 15, 2024
2 parents 3d86b4a + 6a6e890 commit e4b0075
Show file tree
Hide file tree
Showing 20 changed files with 85 additions and 4 deletions.
6 changes: 4 additions & 2 deletions FASTN.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,11 @@ skip: true
- Enviroment Variables: /env/
document: backend/env-vars.ftd

## Deploy: /github-pages/
document: author/how-to/github-pages.ftd
## Deploy: /ft/
document: author/how-to/fifthtry-hosting.ftd

- FifthTry Hosting: /ft/
document: author/how-to/fifthtry-hosting.ftd
- Static Hosting:
- Github pages: /github-pages/
document: author/how-to/github-pages.ftd
Expand Down
79 changes: 79 additions & 0 deletions author/how-to/fifthtry-hosting.ftd
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
-- ds.page: Hosting your fastn site on FifthTry

With FifthTry hosting, you can host both static and
dynamic sites. Follow these steps to get started:

-- ds.h1: Step 1: Create an Account

- Visit [FifthTry](https://www.fifthtry.com/) and sign up for an account.
- Verify your email address. Alternatively, use your `GitHub` account for a
quick signup process.

-- ds.image: Set up your FifthTry Account
src: $fastn-assets.files.images.blog.sign-up.png
width: fill-container

-- ds.h1: Step 2: Create Your Website

- Log in to your FifthTry account to access the dashboard.
- Click on the `Create Site` button to create your website.

-- ds.image: Dashboard
src: $fastn-assets.files.images.blog.dashboard.png
width: fill-container

- On the Create Site page, enter your desired `domain name` and click **Create Site**.
Keep in mind that custom domains can be added at a later stage.

-- ds.image: Add your domain name
src: $fastn-assets.files.images.blog.create-site.png
width: fill-container

- Your website will be generated with a sample template, and default `.ftd`
files are pre-installed. For an immediate view of your live site, click on `Visit Site`.

- Click `View Details` to access site information and explore additional settings.

-- ds.image: Site Information Page
src: $fastn-assets.files.images.blog.site-info.png
width: fill-container

-- ds.h1: Manage Domain Settings and Monitor DNS/SSL Status

- Navigate to the `Domains` tab to oversee all your domains, and check the
status of your `DNS and SSL` configurations.

-- ds.image: Domains Page
src: $fastn-assets.files.images.blog.domains.png
width: fill-container

-- ds.h1: Configure GitHub for your website

- Under the `GitHub` tab, click `Configure Now` to configure your GitHub
repository with your FifthTry-hosted website.

-- ds.image: Before GitHub Configuration
src: $fastn-assets.files.images.blog.unconfigured.png
width: fill-container

- Provide your GitHub Organization, GitHub Repo name, and Branch Name and click
on `Save`

-- ds.image: Github Configuration Form
src: $fastn-assets.files.images.blog.configure-form.png
width: fill-container

-- ds.image: After GitHub Configuration
src: $fastn-assets.files.images.blog.configured.png
width: fill-container

- Setting up GitHub configuration is **crucial**, as this ensures that your website
receives automatic updates whenever modifications are made to your
GitHub repository.

Congratulations! Your fastn-powered website is now `hosted on FifthTry!`




-- end: ds.page
2 changes: 1 addition & 1 deletion author/how-to/github-pages.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ built assets.
-- cbox.warning: You Lose Many Dynamic Features In Static Modes

`fastn` comes with a lot of dynamic features, which are only available when you
are using [fastn server](/server/) for hosting.
are using [FifthTry Hosting](https://www.fifthtry.com/)


-- ds.h1: Using the template repository
Expand Down
2 changes: 1 addition & 1 deletion author/how-to/vercel.ftd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ websites with an easy to use interface.
-- cbox.warning: You Lose Many Dynamic Features In Static Modes

`fastn` comes with a lot of dynamic features, which are only available when you
are using [fastn server](/server/) for hosting.
are using [FifthTry Hosting](https://www.fifthtry.com/)

-- ds.h1: Deploying existing `fastn` projects to Vercel
id: deploy-existing-project
Expand Down
Binary file added images/blog/configure-form-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/configure-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/configured-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/configured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/create-site-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/create-site.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/dashboard-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/domains-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/domains.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/sign-up-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/sign-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/site-info-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/site-info.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/unconfigured-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/blog/unconfigured.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e4b0075

Please sign in to comment.