Child pages
  • Servoy Developer System Requirements

Versions Compared

Key

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

...

  • Linux
    Info

    Note: Running Servoy developer Developer on Ubuntu 13.04
    Before starting the install

    if you want to use the bundled postgresql, increase the


    Running the version of Eclipse on which Servoy Developer 7 is currently based on Ubuntu 13.04 requires some additional pre and post installation steps.
    Pre installation

    1. When installing the bundled PostgreSQL, increase the kernel max shared memory, ex:
      sudo sysctl -w kernel.shmmax=536870912
    2. if you want to use the bundled postgresql and installing the 64 version, you need to install the
      When installing the bundled PostgreSQL on a 64bit environment, install the ia32-libs package, as the bundled postgresql PostgreSQL is 32 bit the 32bit version , and it needs some shared libs on 32 bit;
      after this, there is still a missing 32 lib (see https://support.servoy.com/browse/SVY-4733), so you
      need to download it from here
      Additionally the libpam librarie need to be downloaded from http://packages.ubuntu.com/precise/i386/libpam0g/download , and manually
      extract the archive & copy the content of the lib folder contained in the download needs to be copied as root to the /lib folder;we will use
    3. For the browser in Eclipse the libwebkitgtk-1.0-0 for the eclipse browser, so you will need to install that, but
      will be used. As the official libs for this distro Linux distribution are broken in combination with eclipseEclipse, so you they will need to be download & install and installed from an earlier version
      from here . The files can be downloaded from the following locations:
      1. http://packages.ubuntu.com/precise/libjavascriptcoregtk-1.0-0 (
    you may first
      1. First remove
    the
      1. already installed
    one
      1. version if applicable)
      2. http://packages.ubuntu.com/precise/libwebkitgtk-1.0-common
      3. http://packages.ubuntu.com/precise/libwebkitgtk-1.0-0

    After the install

     in servoy.ini replace -Dorg.eclipse.swt.browser.DefaultType=mozilla with

    Post installation

    1. Update servoy.ini to include:
      Code Block
      -Dorg.eclipse.swt.browser.DefaultType=webkit
  • Networking: TCP/IP