Table of contents

Child pages

Related pages

Tasks

How I use my wiki

Best practices for using a Confluence wiki

Naming pages

How to get all of the random thoughts that come to you through the day onto your wiki

  1. Jot down ideas as they come to you in a single Notepad++ tab that you keep open at all times. Preface each note with a keyword (preferably the name of the wiki page where it should go) so you can quickly categorize the notes later;  for example, "gym:"
    1. You do this instead of immediately adding the thought to your wiki because it reduces the 'cost' (in terms of your time) of writing the idea down.
  2. When you have a lot of notes, break up the big single text file into multiple text files, where each text file corresponds to a page on your wiki.
    1. Have your always-open dumping-ground notes text file on the left side of your screen and the wiki-page-specific text file on the right side.
    2. Do a "find" and look for keywords on the general notes page to quickly find all of the notes related to a specific topic.
    3. When you find something related to the wiki page which you have a text file for on the right side of your screen, cut the text from the left note file and paste it on the right file.
    4. Handle one wiki-page notes text file at a time (i.e. search for all of the notes in your general-text-file related to that page of your wiki at once); don't jump between them as that'll take longer.
  3. Move your notes from your text-files-specific-to-a-wiki-page onto the wiki itself.
    1. If I'm not sure where to put them on the wiki page, I put it in a "staging area" ("Misc ideas to file").

Nice-to-know

Editing a page

How to clean up a Confluence wiki

Sections I need to clean up

Features I should look into using more

Features I wish Confluence had

An example structure for a company wiki

Potential problems

Installing Confluence on Digital Ocean

  1. This is how I updated the MySQL config as Atlassian's set-up guide for Confluence recommended: https://confluence.atlassian.com/doc/database-setup-for-mysql-128747.html
  2. I then followed these instructions: https://confluence.atlassian.com/doc/installing-confluence-on-linux-143556824.html

  3. To connect to Confluence after installing it I had to bypass the domain name (rhymecraft.guru) and instead connect to the actual IP of the server (209.97.149.92:8090).

  4. I needed to d/l the mysql driver from here: https://confluence.atlassian.com/doc/database-jdbc-drivers-171742.html