• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS

By Abhishek Ghosh May 8, 2013 8:46 am Updated on November 25, 2016

Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS

Advertisement

Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS is just like installing any custom PHP-MySQL based Applications. Here is a detailed guide. WikkaWiki often shortened to Wikka, is a free software wiki which in PHP is programmed. To store the data it uses the MySQL database. The predecessor was the project WikkaWikis WakkaWiki . Meanwhile, developers released it provisionally in 2003 and 2004, finally stopped after a brief revival of the website. As dedicated user patches were released, suggestions and enhancements applied, it came to form of at least six splits . One is WikkaWiki, whose first version, while retaining the version numbering of WakkaWiki, 16 Appeared in May 2004. At the time of Writing, the official website is down. But you will always find the source code from official repo of SourceForge :

 

Vim
1
http://sourceforge.net/projects/wikka/

 

Installing a Lightweight Wiki WikkaWiki : Introduction

 

Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS is a bit different than that of WordPress but if you are a new user you must watch the video. The initial steps will be same but you have to select a custom environment.

 

Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS

 

Installing a Lightweight Wiki WikkaWiki needs a PHP environment and MySQL database. Login to OpenShift PaaS Account and Click the Create Application link on navigation bar. Scroll down to PHP and click select the latest version of PHP, that is PHP 5.3 Cartridge right now. Give your Application a name. Now click Create Application button.

Advertisement

---

So the steps are same but you will not get anything installed itself. If you go to the URL, you will see the default OpenShift webpage. Take that this is the url of the app :

 

Vim
1
http://wiki-abhishekghosh.rhcloud.com/

 

wiki is the application name. You have to add MySQL cartridge. There will be link on Sidebar and clicking that you will get a webpage like this :

Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS
 

Add the MySQL cartridge. If go this url :

 

Vim
1
https://openshift.redhat.com/app/console/applications/wiki/cartridges

 

You will find the mySQL database details. Now the work is fully from OpenShift Command Line – like we described in our previous article. So you need to know about Git a bit. You can follow this guide, a typical guide for using any git. Login from iTerm2 or Terminal whatever Terminal Simulator Application you are using and clone the git first :

 

Vim
1
git clone ssh://518a04994382ec4cfb0002a5@wiki-abhishekghosh.rhcloud.com/~/git/wiki.git/

 

Obviously the URL will be different from this one and available on your dashboard. It will look like this :

Installing a Lightweight Wiki WikkaWiki

 

Change Directory (cd –command) to your app :

 

Vim
1
cd wiki

 

in our case. I have deleted all the things recursively going to each unneeded folder with one command :

 

Vim
1
rm -r *

 

Download from here :

 

Vim
1
http://docs.wikkawiki.org/WhatsNew

 

I used this command :

 

Vim
1
wget http://wikkawiki.org/downloads/Wikka-1.3.4.zip

 

wget is an excellent tool. Uncompress it, move all files to the root by :

Vim
1
2
3
4
5
6
cd Wikka-1.3.4
 
mv * ..
mkdir php
cd ..
mv * /php

To push it, three commands are needed :

 

Vim
1
2
3
git add .openshift
git commit -a -m 'Some commit message'
git push

 

I used .openshift as I deleted all recursively. Otherwise adding by git add . will work. You just need to point your browser to the OpenShift’s URL to follow the instruction on browser to complete installation.

 

Abhishek-Ghosh
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Installing a Lightweight Wiki WikkaWiki on Free OpenShift PaaS

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • WordPress & PHP : Different AdSense Units on Mobile Devices

    Here is How To Serve Different AdSense Units on Mobile Devices on WordPress With PHP. WordPress Has Function Which Can Be Used In Free Way.

  • What is Red Hat OpenShift : Explained in Details

    What is Red Hat OpenShift? Red Hat OpenShift is a Platform as a Service which has a free usage tier,its a hosting service like your beloved paid shared hosting.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Hybrid Multi-Cloud Environments Are Becoming UbiquitousJuly 12, 2023
  • Data Protection on the InternetJuly 12, 2023
  • Basics of BJT TransistorJuly 11, 2023
  • What is Confidential Computing?July 11, 2023
  • How a MOSFET WorksJuly 10, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy