gemini_site_setup_and_hosting_features
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gemini_site_setup_and_hosting_features [2023/06/30 23:39] – [Building Out Your Gemini Capsule] hc9 | gemini_site_setup_and_hosting_features [2024/10/28 21:48] (current) – updated links peteyboy | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Introduction ====== | ||
+ | |||
+ | Welcome to the wonderful retro/ | ||
+ | |||
+ | Here's the [[https:// | ||
+ | >You may think of Gemini as “the web, stripped right back to its essence” or as “Gopher, souped up and modernised just a little”... | ||
+ | |||
+ | Creating your own //Gemini site ((SDF **Cluster** Gemini server: **//< | ||
+ | |||
+ | You can begin creating your own websites straight away! | ||
+ | |||
+ | In this tutorial when text looks like '' | ||
+ | |||
+ | ===== Viewing Gemini Pages ===== | ||
+ | |||
+ | To start with, there are many ways to view your page and others in Geminispace. Here are the easiest ways you can [[accessing web spaces# | ||
+ | |||
+ | ===== Getting Started ===== | ||
+ | Gemini hosting is super easy on SDF. | ||
+ | |||
+ | SDF serves users' gemini content from two places: | ||
+ | * gemini:// | ||
+ | * gemini:// | ||
+ | |||
+ | First, choose if you want to put your files on the cluster or the Meta Array. If you aren't on the Meta Array, then the cluster is your only choice. | ||
+ | |||
+ | * Log in to your account on the cluster or the MetaArray | ||
+ | * for the cluster Gemini space, create your directory in ''/ | ||
+ | * use ‘'' | ||
+ | * at command prompt, enter: '' | ||
+ | * in the mkgopher program, type '' | ||
+ | * type '' | ||
+ | * for the Meta Array Gemini space, create your directory in ''/ | ||
+ | * '' | ||
+ | |||
+ | Now on to make your first gemini page! | ||
+ | |||
+ | ===== Your First Page! ===== | ||
+ | |||
+ | Creating your first page is SO easy! First you'll need to open a text editor. SDF has many text editors installed but new users to UNIX often find that nano is the easiest to work with. After you change directories to the new directory you just made as described above, either: | ||
+ | nano / | ||
+ | or | ||
+ | nano / | ||
+ | |||
+ | This command starts the nano text editor, creating a new file, called ‘index.gmi’ in your Gemini capsule directory. | ||
+ | |||
+ | Once you've executed the command above. You'll notice that the terminal layout has changed. If you press keys on your keyboard you'll notice they appear in the “text buffer”. Write out the text below into this program. | ||
+ | |||
+ | #My First Page! | ||
+ | | ||
+ | This is my first page in Gemini space! | ||
+ | | ||
+ | => gemini:// | ||
+ | => gemini:// | ||
+ | |||
+ | Now that you have copied the text out into ‘nano’, you need to save the file. To do this, hold down the ‘CTRL’ key on your keyboard and whilst pressing that, press the letter ‘x’, and respond “yes” to the request to save. You've just written your first //gemtext// file. It's a very simple markup language compared to HTML, as you can see. | ||
+ | |||
+ | **NOTE: file permissions: | ||
+ | |||
+ | Now, just open a Gemini browser and navigate to either: | ||
+ | * for your Gemini page on the cluster: ''< | ||
+ | * for your Gemini page on the Meta Array: ''< | ||
+ | |||
+ | You should see your very own Gemini capsule! | ||
+ | |||
+ | Once you've created your directory and '' | ||
+ | the top index. | ||
+ | include a title if you created a heading (e.g., | ||
+ | |||
+ | ===== Building Out Your Gemini Capsule ===== | ||
+ | |||
+ | You can get more direction on the native markup for Gemini, called //gemtext// by reading the [[https:// | ||