Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The following instruction is a quick guide how to setup Qcadoo MES on a Linux-platform. 

Note
iconfalse
titleAttention

The given paths in the example may differ, from the one you will use.

...

  1. Set the password for the user postgres to postgres123 user using:

    Code Block
    sudo passwd postgres
    

  2. Connect to the database using:

    Code Block
    sudo su postgres -c psql
    


  3. In Postgres shell set the password for the postgres user to postgres123using:

    Code Block
    ALTER USER postgres with PASSWORD 'postgres123';
    


  4. Create the mes database:

    Code Block
    CREATE DATABASE mes;
    




    Download the installation package

    Go to the qcadoo  MES Open Source to get the installation package (or complete source code if you know how to deal with it).

    Image Removed


    Image Added

After the download unzip the file and move it to a location where the path to the folders will be without any whitespaces.

...