OpenCATS documentation
  • >current release 0.9.7.4
  • Introduction and Overview
    • Licensing
    • Authors and Contributors
  • Installation
    • Install on Ubuntu
    • Install on Windows
    • Run the Installer
  • Using the software
    • companies, contacts, job orders, and candidates
    • Screens In-Depth
  • How-to's
    • Hiding tabs
    • Password resets
    • Emails & reminders
  • Technical configuration options
    • Technical overview of original OpenCATS Source code
    • Access control lists
    • CMS addons
    • Dev Guide to migrate Legacy to Symfony
    • Developer Guide
    • How_to_install_Sphinx
    • How_to_script_database_backups
    • Docker - OpenCATS Installation Instructions
    • LDAP_Authentication_module
    • Multi lingual_version
    • OpenCATS Youtube channel
    • Pre-requisites
    • Roadmap
    • Vital Security: Restrict access to upload folders (.htaccess)
    • OpenCATS Backup/Restore and Upgrade Instructions-THIS SECTION INCOMPLETE!
Powered by GitBook
On this page
  • Windows Prerequisites¶
  • Downloading software and preparing your system¶
  • Start Xampp¶
  • OPTIONAL - Renaming your OpenCATS directory¶
  • Launch phpMyAdmin¶
Edit on GitHub
  1. Installation

Install on Windows

Windows Prerequisites¶

Installation instructions are given for the XAMPP default install environment only. WAMPP will also work if you prefer it. The steps will be a little different.

Downloading software and preparing your system¶

  • Download - XAMPP

  • Install XAMPP

Note

You need to run MariaDB 10 and PHP 7.2, if there are various XAMPP options available, get the one with these package versions!!

  • Download - OpenCATS-0.9.6-FULL. You can not install this yet.

  • Extract the file to C:xampp\htdocs

Start Xampp¶

  • Click the Windows start button and type xampp

  • Hit enter. This will open the XAMPP control panel.

  • On the right side of Apache and MySQL, click start for each one.

Note

ONLY start the Apache and MySql services. You do NOT need any of the other services.

  • Stop the apache service (lower right corner, right click XAMPP, stop apache)

  • Start the apache service

OPTIONAL - Renaming your OpenCATS directory¶

The current default directory name for the OpenCATS files is OpenCATS-0.9.6. This will result in the web address in your browser being http://localhost/OpenCATS-0.9.6

If you want to rename the main OpenCATS directory to something else, you can do it now.

  • Simply navigate to C:\xampp\htdocs

  • Right click on the OpenCATS directory

  • Click rename

  • Rename the directory whatever you want (example: ATS)

Now, to access it, your browser address will be http://localhost/ATS

Launch phpMyAdmin¶

  • In your browser, go to: http://localhost/phpmyadmin/

Note

If phpmyadmin does not load in this screen, stop and start your apache service again per the instructions above.

  • On the left side, click new to create a new database

  • In the box labelled database name type opencats.

  • Hit create

NOTE: The default encoding for new databases in MariaDB is latin-1 which will have problems with non-english characters. If you will encounter any non-english characters, please create your databases and select UTF-8 encoding and collation; CHARACTER SET utf8 COLLATION utf8_general_ci;

You should now see “opencats” listed among the databases on the left.

  • Click the opencats database

  • In the top row of tabs, on the right side of the screen, click privileges

  • Click add user account

  • User name, make sure use text field is selected, in the empty box next to it type opencats

  • Host name: In the first box, select local from the drop-down options. The second box should say localhost

  • Type opencats for the database password twice

  • In the “database for user account section”, confirm that the third checkbox Grant all privileges on database "opencats" is checked.

  • Scroll down to the bottom and click go

Now go to Run the installer

PreviousInstall on UbuntuNextRun the Installer

Last updated 2 years ago

_images/start-services-xampp.png
_images/phpmyadmin-main.png
_images/phpmyadmin-newdb.png
_images/phpmyadmin-newuser.png
_images/phpmyadmin-newuser2.png