Start a Wiki

Revision as of 10:48, 21 April 2017 by Kipkis (Kipkis | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Wikis are a great way to create and build a community based on exchanging and learning information, and are incredible collaborative pieces of work. If you've got a great idea, creating a wiki has never been simpler. Whether you're using a wiki farm or hosting your own, this guide will show you how to get started on the path to creating the ultimate community for your topic.

Steps

Planning Your Wiki

  1. Determine what your wiki is for. Knowing the purpose of your wiki will help decide the software and hosting options to choose from. Wikis can be personal pages, sprawling communities, or anything in between. You can use a wiki to track your life goals, create a product manual for your business, collaborate with coworkers on a project, create a neighborhood newsletter, create a discussion place for a hobby, and much more.
    • Wikis work best when they have a broad focus that allows as many knowledgeable writers and editors to contribute as possible. If you are trying to build a popular wiki with lots of community involvement, then the focus should be open-ended enough to allow for lots of expanding.
    • For example, it would be better to start a wiki about a game company and all their games than just one of their games.
  2. Check if a wiki already exists on the same subject. It would be useless to create a wiki which is a double of another one. The target of a wiki is to write together, not isolate each other. Even if you think the other wiki is slightly different from your concept, if you don't easily adopt the concept of another wiki, why would other people easily adopt your own?
  3. Make a team before creating your wiki. Creating a wiki needs advices and motivations so talk about your project and make other people following you. They are more likely to contribute to the project if they are called before the creation of the wiki as they will feel like co-creators.
  4. Decide between hosting your own or using a wiki farm. If you are going to need a lot of control over your wiki, or you want to run your own, you're going to want to host your wiki on your own service. If you don't have any technical experience, a wiki on a wiki farm will be much easier to get up and running, though you won't have as much control over it.
    • If you foresee your wiki getting very popular with lots of pages and traffic, you may find hosted wikis too limiting. It can also be difficult to get your wiki contents off of a wiki farm's servers so that you can move it to your own later on.[1]
    • Using a wiki farm means that your wiki's URL will have the farm's name in it. For example, if you use Wikia, your wiki's address will be yourwiki.wikia.com. Hosting your own wiki means you can purchase your own domain, making your wiki's address yourwiki.com.
    • The cost of hosting your own wiki will vary depending on the host that you pick. Be sure to find one that has a good uptime guarantee and high-quality support. Follow Choose-a-Web-Host for more help on finding your own host.
  5. Choose a software package. Whether picking a wiki farm or going with your own host, you're going to come across several different wiki software packages. Most wiki farms offer whichever software their farm is running, but if you host your own you can use whichever package suits your needs the best. Use services such as WikiMatrix[2] to compare the features of various software packages.
    • MediaWiki – This is the most popular wiki software on the net, and runs wikiHow, Wikipedia, and many other wiki sites. Many of the most popular wiki farms use the MediaWiki software as well.[3]
    • TikiWiki - This is the second most popular wiki software available, and runs a large number of wikis and wiki farms. TikiWiki has strong plugin support, allowing you to add features such as forums, image galleries, calendars, and more.
    • UserPress – This is a wiki plugin for WordPress. It has most of the functionality of MediaWiki and other standalone wiki software, but it's much easier to use.
    • DokuWiki - This is a smaller wiki software program that is growing in popularity, especially in enterprise-level implementations. It is designed first and foremost for team and workgroup collaboration, and has multiple levels of user access.[4]

Starting a Wiki Farm Wiki

  1. Choose a wiki farm. If you decide to go with a wiki farm for your new wiki, you'll need to do some comparisons. There are a lot of options out there, both free and paid. The main benefit of using a farm is the ease of getting your wiki up and running. Be aware that moving to a different farm or to your own server can be very difficult. Some of the more popular farms include:
    • Wikia – This is a popular entertainment and lifestyle wiki host. Wikia is one of the largest video game wiki farms on the web, and it is also one of the fastest growing wiki farms in other respects.
    • WikiFoundry – This is an alternative to Wikia and allows for private sites. It is one of the wikis where they can opt to require writer status in-order to edit.
    • Wikispaces – This is a wiki host designed for educational and academic uses. It is very popular in university settings.
    • Wikispot – This is a host designed for communities and non-profit services, though it is not limited to those. However, as of 30th April 2015, it has discontinued its services in favor of focusing on a geographically-oriented wikis project: LocalWiki[5].
    • Wikidot – This is an all-purpose (business, personal, community, education) wiki farm that allows you to use your own purchased domain name with a free Wikidot-hosted account. Wikidot also allows for the creation of webpages beyond wikis.
  2. Create your wiki. The process will vary from site to site, but general all you need to do is create a username and then click the "Create Wiki" link on the farm's homepage. Some wiki farms require you to fill out a form to be submitted for approval, while others simply ask you for a title and some other basic information.
    • For step-by-step instructions for creating a Wikia wiki, Create-a-Free-Wiki-with-Wikia.
    • For step-by-step instructions for creating a Wikidot page, Make-a-Page-on-Wikidot.
    • Most other farm services are very similar to the two guides posted above.
    • Once your wiki is created, you can skip down to the next section of this guide.
  3. Customize your new wiki. Most wiki farms offer a variety of customization options, including premade templates and the ability to upload custom images. Find a template that suits the needs of your wiki, or upload banners and other images to create a unique wiki.
    • See Customize-the-Theme-on-a-Wikia-Wiki to learn how to customize a Wikia wiki.

Hosting Your Own Wiki

  1. Upload wiki software to your own server. If you decide you want to host your own wiki, you will most likely need to Use-FileZilla. Some hosts come with wiki software ready to be installed, but it may not match the software that you want to use (for example, they may offer a quick TikiWiki installation, but you want to use MediaWiki). The following steps are a basic guide to installing MediaWiki, follow Install-MediaWiki for detailed more information, or Install-Tiki-Groupware-Using-cPanel for TikiWiki information.
    • The wiki software will come in a compressed file. You can either Extract-a-Gz-File, or extract it on the server.
    • Place the extracted wiki software folder into the "web" directory on your server.
    • Rename the uploaded folder to what you want the URL to look like. For example, if your website is www.example.com, renaming the folder to "w" will make your wiki homepage www.example.com/w/index.php.
  2. Create a database. MediaWiki supports Create-a-Database-in-MySQL and SQLite. If you are using SQLite, you only need to choose a name for the database and it will be installed automatically. If you are running MySQL, you will need to download it for your server if it is not already installed, and then create a new database using the following commands:

    create database wikidb;

    grant index, create, select, insert, update, delete, alter, lock tables on wikidb.* to ''@'' identified by '';
    • Replace and with the username and password you want to use as the wiki's owner.
    • Can be left as "localhost" unless your database is located on a different server than the web server you're installing your wiki on. In that case, replace with the address of the database's server.
    • See Create-a-Database-in-MySQL for more details on creating a MySQL database.
  3. Run the installer script from your browser. Once you have the MediaWiki files uploaded and the database has been created, you can visit the index.php page on your server through your browser to run the automated install script. After Mediawiki finishes the configuration tests, you will be asked to fill out a form with your wiki information:[6]
    • Wiki name - This is the name for your wiki. It will show up in the metadata for your wiki, and will be integrated throughout the site.
    • Contact e-mail - This is the main administrative email address. It will be displayed on all email notifications and on some of the error pages.
    • Language - Use the drop down menu to choose the language of the wiki interface.
    • Copyright and Licenses - Choose your license information. GNU Free Documentation License is the license compatible with Wikipedia.
    • Admin username and password - This will be the first admin account that can block users from editing and perform other administrative duties. You can create more later.
    • Database host - This is where the database is located. If it is on the same server as your wiki software, set it to localhost.
    • Database name - The name of your database.
    • Database username/password - The username and password used to access the database.[7]
  4. Customize your wiki. Once you've got the base wiki up and running, you can change the visual appearance using Create-a-MediaWiki-Skin-from-Scratch or by playing around with the Learn-CSS-Code code. Change the Design-a-Logo on the wiki to match the function of the wiki.

Launching Your Wiki

  1. Adjust your permissions. Your wiki will come installed with a set of default permissions that may work for your needs, but many people will want to change who can access and edit what. This is especially important in business settings where you want multiple collaborators to work on a product page, but don't want it vandalized by anonymous users.
    • You can use the permissions file to create different levels of users, such as creating patrol admins who can make edits that don't appear in the recent changes log, or sysops who can merge pages without having to get approval. This will allow you to create a powerful and diverse user base that will keep your wiki running smoothly.
  2. Start creating content. As soon as your wiki is up and running, it's time to get to work writing articles! When your wiki is born, it won't have any pages and no other contributors. To change this, you'll need to start adding some content. Good content will drive other people to your wiki. As more people come, other visitors will begin contributing their own articles and edits to your wiki. It will take some time, but you'll have a community before you know it!
    • Remember, when you're starting out, it's up to YOU to create the content that will bring people to your wiki. Be sure that you are well-versed in the topic you are covering so that you can have comprehensive articles available from day one.
  3. Create the categories. Category pages contain lists of related pages. In addition to categories containing the main content, you may want to create a category page called "Organization" for pages of your site like the front page, and maybe create a category page called "Help" for the help articles of the site. Remember that categories themselves can have sub-categories by categorizing a category page.
  4. Create a policy guide for your wiki. A policy guide is the general rules for the writing on your wiki. This policy guide will allow other contributors to see how the information on your wiki should be represented to the readers. You don't have to be rigid while creating the policies. Try to make them flexible, as people won't be able to easily work or contribute well to a wiki with overly strict rules.
    • You may want to write standards on how Weave the Web of Links on wikiHow should be done, and on article noteworthiness standards.
    • Not all of your contributors will follow the style guide you create, but it will aid in patrolling and editing articles.
    • A guide is more friendly than verbally reprimanding. It's more social to be corrected by a text than by a person.
  5. Brush up on some wiki syntax. You will find creating articles much more efficient if you Learn-Wiki-Markup. This will let you edit pages directly without having to use any guided editors, which can let you adjust the layout and style to your liking.
  6. Copy from the other wikis. If a content copy is plagiarism, reusing the styles and the templates of other wikis is encouraged. Templates are pages that can easily be appended to other pages. Some uses for templates include nominating articles for deletion, marking an article as a stub, or just simply to note something; but there are a variety of other creative uses for templates. Wikis are open communities that are examples. Look how it works, see how people interacts, reuse their habits and understand why another wiki is successful. Compare your wiki to a wiki with the same size, not Wikipedia. Wikipedia is giant and needs different rules than you.
  7. Patrol your site. The main draw of a wiki is that anyone can edit it, but this is also its biggest challenge. The more people that come to your wiki, the higher your chances of being vandalized. Luckily, almost all wiki software allows for quick rollbacks of articles to their previous versions. Be as much tolerant as possible. If your version and the new version are both correct, prefer the contributor version. It will enlarge the wiki point of view and welcome the contributors.
  8. Promote active community members. If your wiki is interesting, you will find that certain people come back often to create and curate content. If you find that people are enthusiastic about your wiki, then give the dedicated ones more control over the site. Be supportive and nice to your editors. It is important that they have a helping hand to guide them and to motivate them to work on the wiki. By creating admins from your community, you relieve a lot of the pressure that you face when it comes to patrolling and maintaining your content.
    • Set up forums and talk pages to allow your community members to discuss the wiki's rules and style.
    • Allow your admins to vote on policy and style changes.
    • Run community events such as editing competitions to get all your loyal editors excited.
  9. Get the word out. Do everything you can to spread word about the existence of your wiki. Describe your wiki on wikiindex.org . Search narrow wikis and suggest to point to each other. Your wiki is a node in the wiki network. Do not hesitate to ask questions on the other wikis. The more you talk, the more you will be known. Advertise it through social media, tell everyone you know to tell everyone they know, post in forums related to your wiki, and link it in blog comments. Anything that you can do to get people to visit your site will increase the chances of your wiki succeeding.
  10. Expand as you grow. As your wiki becomes more and more popular, continue adding features that benefit your site. Things such as forums, chat rooms, polls, calendars and more can all add good functionality to your wiki. Be creative with your content! Also ensure that you are updating to the newest version of your wiki software package whenever possible to get the latest features and security fixes.
  11. Have fun! A wiki is a collaborative, community effort. Enjoy the community that you create with your wiki, and always strive to make it better. The Internet was built in order to facilitate communication and the wiki is currently one of the most effective environments for collecting and sharing information. Congratulations on starting your own!

Tips

  • If you learn PHP and maybe some Javascript, you can add dynamic content to your wiki. If you have a good knowledge in these programming languages, then don't be afraid to add updates to your wiki's software.
  • Once you learn HTML, CSS, and even Javascript, try adding/updating fresh new skins to your wiki.
  • A wiki should be quick to use. Any page on your wiki should be independent, that is to say, you don't need to read a neighbouring page to understand or edit a page. So for example, an encyclopedia is a good concept as each article is self-sufficient. Contents involving a huge list of wiki pages like Wikibooks is a lower concept.

Warnings

  • Try not to use your wiki for any immoral and illegal purposes.
  • If hosting on a wiki farm, then be sure to read their rules and make sure your rules or your pages don't contradict/violate them.
  • Some people will remove the content you worked hard to add to your wiki. Be sure to revert vandalism and follow the "recent changes" page on your wiki, if the wiki engine supports such a feature. Just in case, also keep a backup of your site.
  • Follow all rules and regulations in order to prevent frauds and legal harm.
  • Submitting copyright-violating information on your wiki can get you into legal trouble if your wiki is publicly accessible.
  • As said above, make sure to help your editors. If they mess up, or accidentally act too controlling, be sure not to yell at them or say anything to them that you normally wouldn't say to anybody in real life.

Related Articles

Sources and Citations

Further reading