Press "Enter" to skip to content

Posts tagged as “Installation”

Installing SALOME-Meca on Windows 10

0

Cyprien Rusu has made very good job (as always) in guiding to install Salome-Meca on Windows platform. But that article is now more than one year old and there has become new downloads available on Code_Aster download page (for Windows). I am used to write these kind of short posts…

Nextcloud Installation on Kapsi

8

This guide describes the installation steps of Nextcloud server on Kapsi shared hosting service. It covers two methods: the first is based on usage of software with graphical user-interface and the other is focusing on command line usage. The first is suitable for beginners and the latter for more advanced Linux users. At…

Installing Calculix Launcher

0

Calculix is an open source finite element analysis software. And Calculix Launcher is a tool that provides a nice graphical user-interface between the components of the tool stack. Read more from here. This guide is primarily written for my self to point out the steps of the procedure of installing…

Nextcloud Client for Linux

0

If you have been following the open source cloud storage software scene lately, you may know the history of ownCloud and Nextcloud. In short, Nextcloud is a fork of ownCloud, an open source project that consists of client and server software for creating and running file hosting services for personal…

Getting on with Hass.io

0

The first time I tested Home Assistant software was couple of years ago and it was on Linux desktop. I liked the idea and the execution, and it made me think I would like to able to build my own custom kit for some random home automation. So I decided…

Joomla! Installation on Remote Server

0

To install Joomla! -publishing platform on remote server follow the these steps: Login to you server account via ssh: ssh username@service.com and enter your credentials. cd to the right directory you are intended to serve your web site from (public_html, www or similar) Download Joomla! installation package: wget https://downloads.joomla.org/cms/joomla3/3-7-3/Joomla_3.7.3-Stable-Full_Package.tar.gz You…