You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/how-to/spheron.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -15,22 +15,22 @@ description: Learn about Spheron.
15
15
16
16
Deploying static apps on Spheron is a straightforward process. Follow these steps to deploy your static apps on Spheron:
17
17
18
-
1.**Connect your Git Provider:**<br/>
18
+
1.**Connect your Git Provider:**
19
19
Connecting your Git provider allows Spheron to sync your repositories and trigger deployments whenever new updates are made. Spheron supports the following [Git providers](https://docs.spheron.network/static/deployment/logs/): Github, Gitlab, and Bitbucket.
20
20
21
-
2.**Set up your Project:**<br/>
21
+
2.**Set up your Project:**
22
22
Create a new project on Spheron and choose your desired app repository for deployment.
23
23
24
-
3.**Select deployment protocol:**<br/>
24
+
3.**Select deployment protocol:**
25
25
Select your desired protocol for hosting your static app. Spheron supports the following protocols: **Arweave**, **Filecoin**, and **IPFS**.
26
26
27
-
4.**Configure deployment settings:**<br/>
27
+
4.**Configure deployment settings:**
28
28
Spheron will automatically detect and configure most of these settings for you. You have to [add environment variables](https://docs.spheron.network/static/projects/variables/) in the dedicated section. If needed, modify the remaining parameters according to your requirements. That includes selecting the framework, branch, root directory, build and output settings, and the node engine.
29
29
30
-
5.**Trigger deployment:**<br/>
30
+
5.**Trigger deployment:**
31
31
After configuring all the required settings, initiate the deployment process. Spheron will fetch your code, build the static files, and deploy them to your specified protocol.
32
32
33
-
6.**Access your app:**<br/>
33
+
6.**Access your app:**
34
34
Once the deployment is complete, you can access your app through the domain generated by Spheron. You also have the option to [set up a custom domain](https://docs.spheron.network/static/projects/domain/) for your app.
35
35
36
36
> Checkout our [Framework Guide](https://docs.spheron.network/framework-guide/) for more info.
@@ -39,10 +39,10 @@ Deploying static apps on Spheron is a straightforward process. Follow these step
39
39
40
40
Deploying compute instances on Spheron is simple and effortless, whether you're using a Docker image from Docker Hub or deploying a marketplace app. Follow these steps to deploy your compute instance on Spheron:
41
41
42
-
1.**Set up your Cluster:**<br/>
42
+
1.**Set up your Cluster:**
43
43
Create a new cluster on Spheron by selecting **Import from Docker Hub** or **Start from Marketplace App**.
44
44
45
-
2.**For Docker Hub:**<br/>
45
+
2.**For Docker Hub:**
46
46
47
47
1. Click "New Cluster" on the top right corner.
48
48
2. Select **Import from Docker Hub**.
@@ -64,7 +64,7 @@ Deploying compute instances on Spheron is simple and effortless, whether you're
64
64
65
65
> Checkout our [Server Guide](https://docs.spheron.network/server-guide/) for more info.
When a Kubo IPFS node is running as a daemon, it exposes an HTTP RPC API that allows you to control the node and run the same commands you can from the command line. To learn more about the RPC API, see the [Kubo RPC API v0 reference](./kubo/rpc.md).
9
+
10
+
RPC API clients are available in multiple languages, and are listed below. You can request that additional clients be added to this list by [opening an issue in ipfs/ipfs-docs](https://github.com/ipfs/ipfs-docs/issues/new?assignees=&labels=need%2Ftriage&projects=&template=open_an_issue.md&title=).
| Go |[ipfs/go-ipfs-api](https://github.com/ipfs/go-ipfs-api)| Active |
16
+
| Java |[ipfs-shipyard/java-ipfs-http-client](https://github.com/ipfs-shipyard/java-ipfs-http-client)| Active |
17
+
| JavaScript |[ipfs/js-ipfs/tree/master/packages/ipfs-http-client](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-http-client)| Active |
18
+
| Python |[ipfs-shipyard/py-ipfs-http-client](https://github.com/ipfs-shipyard/py-ipfs-http-client)| Active |
0 commit comments