Mopok (english)

Mopok is a powerful and minimalist CMS developed in CGI/Perl.

Image


Features:
My main objective was to manage my website in any computer without having to install any external software, just using an internet browser.


Installation

NOTE: Mopok installation requires some experience installing CGI scripts.

  1. Edit your Perl path on first line on mopok.cgi and mopok_admin.cgi.
  2. Edit required configuration below on mopok_es.cgi and mopok_admin.cgi.
  3. Create the cgi-bin directory (if it doesn't exist) and upload there mopok.cgi and mopok_admin.cgi in ASCII mode. (*)
  4. Upload all other files and subdirectories (except for cgi-bin/mopok_es.cgi, that's the spanish version) in ASCII mode too.
  5. Change permissions (CHMOD) to ALL uploaded files and directories to 0755.
  6. (Only advanced users) If your server supports MOD_REWRITE and you have enabled it when editing configuration in mopok.cgi and mopok_admin.cgi, you will have to edit the .htaccess file.
  7. Go to http://yourServer.com/cgi-bin/mopok.cgi
  8. Visit the administration control panel in http://yourServer.com/cgi-bin/mopok_admin.cgi
* It's possible to install Mopok in other directory instead of /cgi-bin/ if your server allows it, but it's not recommended because it requires an extra configuration in .cgi files and advanced knowledge of script installation and UNIX file systems.

Updating from 2.0

  1. Edit your Perl path on first line on mopok_admin.cgi.
  2. Copy your configuration from the old mopok_admin.cgi to the new one.
  3. Overwrite mopok_admin.cgi in your server.
  4. (optional) Install the YouTube extension by uploading the youtube.mopok file in the Files section.