-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Split getting started and first app.
- Loading branch information
1 parent
56afb8f
commit 69ca4d6
Showing
2 changed files
with
41 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
_posts/developers/apps/inrupt-tutorial/2021-08-03-00_getting-started.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
layout: for-developers | ||
title: Getting Started | ||
permalink: /developers/tutorials/getting-started | ||
categories: [Tutorials] | ||
exclude: true | ||
--- | ||
|
||
# Getting started as a Solid developer | ||
To get started with Solid, | ||
you will need a **Solid Pod** and a **WebID**. | ||
<br> | ||
You can create one for yourself, | ||
or you can create multiple test accounts for experimentation. | ||
|
||
You basically have two broad kinds of options: | ||
1. You create a Solid Pod with an [existing provider](#existing-provider). | ||
2. You set up [your own server](#own-server). | ||
|
||
## Using an existing Pod provider {#existing-provider} | ||
A couple of **Solid Pod providers** exist. | ||
To ensure your server is working with the latest version of Solid, | ||
we recommend one of these servers: | ||
|
||
- [Inrupt Pod Spaces](https://signup.pod.inrupt.com/) | ||
- _more to be added soon_ | ||
|
||
## Running your own server {#own-server} | ||
Several **open-source Solid servers** are available | ||
to run on your own machine. | ||
|
||
[Read more](/self-hosting) on how to get them up and running. | ||
|
||
## Developing your first app | ||
Once you are set up with your own Pod and WebID, | ||
you're read to start [developing your own app](/developers/tutorials/first-app). |