Installation: Difference between revisions

From diaspora* project wiki
m (Cleanup CSS)
m (Fix table spacing)
 
Line 5: Line 5:
     display: flex;
     display: flex;
     flex-flow: row wrap;
     flex-flow: row wrap;
     margin: 0 1em 1em 0;
     margin: 0 1em 2em 0;
   }
   }
   #installation .option {
   #installation .option {
Line 24: Line 24:
   #installation .option table {
   #installation .option table {
     width: 100% !important;
     width: 100% !important;
    table-layout: fixed;
   }
   }
   #installation ul {
   #installation ul {

Latest revision as of 02:43, 9 June 2024

NoteNote:You don't need to have your own pod to use diaspora*.
Running your own diaspora* server allows more control over your data, but it requires technical skills and time. Instead, you can register on one of the installations open to everyone that allow you to use diaspora* in a few clicks without any requirements
Development.png

Development Setup

The guides above provide a version to get diaspora* running on your development machine. Just pick the one matching your OS and select "development" instead of production in the "Version of this guide". You can then check our guide on getting started with contributing.