18.4.0 released Sep 25, 2023

Building Vely 18.4.0 from source for opensuse_tumbleweed

Note: when you install from source, you lose the benefits of packagers, such as easy update and uninstall. Follow these steps to install from source:

  1. Get the source code from git repository, and install build dependencies:

    sudo zypper -n install git
    git clone https://github.com/velydev/vely.git
    cd vely
    git checkout 18.4.0
    sudo zypper -n install  make gcc openssl-devel libcurl-devel rpm-build createrepo rpmlint pcre2-devel libmariadb-devel gpg sshpass FastCGI-devel postgresql-devel sqlite3-devel


  2. Make and install Vely (set DI to 1 to include debugging info - leave it as 0 for production purposes):

    make clean
    make DI=0
    sudo make install

  3. Install runtime tool dependencies - these are useful for running examples and tutorials, debugging and scripting:

    sudo zypper -n install tar curl FastCGI
Done!

When you want to get the source code of a newer version, execute "git pull origin master" from the command line, and then run step #2 above to rebuild Vely.

You are free to copy, redistribute and adapt this web page (even commercially), as long as you give credit and provide a link back to this page (dofollow) - see full license at CC-BY-4.0. Copyright (c) 2019-2023 Dasoftver LLC. Vely and elephant logo are trademarks of Dasoftver LLC. The software and information on this web site are provided "AS IS" and without any warranties or guarantees of any kind.