LXC Web Panel Automatic installation Copy/paste the following code to your server wget https://lxc-webpanel.github.io/tools/install.sh -O - | bash Connect you on http:// your_ip_address :5000/ Login with user admin...
Install a GitLab CE Omnibus package on ubuntu 14.04 (trusty) 1. Install and configure the necessary dependencies If you install Postfix to send email please select ‘Internet Site’ during setup. Instead of using Postfix you can also use Sendmail or configure a c...
Akeneo boostrap.php.cache Force configuration reload in Symfony2 Update: You can’t reload the configuration, but you can set the parameters on-the-fly, see second “Update” paragraph It’s not really possible in Symfony2 to do t...
Getting Started With Puppet Code: Manifests and Modules Introduction After setting up Puppet in an agent/master configuration, you may need some help writing Puppet manifests and modules. In order to use Puppet effectively, you must understand how manifest...
Odoo Nginx webserver All requests to domains you are use must be redirected to localhost:8069 with preserving value for header HOST. Check possible configurations below. Nginx server { listen 80 default_server; proxy_set_...
Vmware patch A patch to implement This can be fixed by running the following steps as Root (in a terminal): Step 1: log in as root (e.g. sudo -s) Step 2: Enter your Root password. Step 3: Enter these commands: cur...
Odoo v8 Clouder install For linux users just apt-get install python-paramiko will solve the Crypto.PublicKey problem. sudo apt-get install python-dateutil python-docutils python-feedparser python-jinja2 python-ldap python-li...
Odoo payment website integration Payment: Website Integration (Backported From v10) This module updates the functionality of website_payment to support changes introduced in website_portal_v10 . See README of website_portal_v10 about...
Odoo Website Builder – Simple Website Menu Features to Copy and Delete Web CMS Pages To implement Page Copy and Page Delete menu options, changes have been made in following four files: — website/controllers/main.py Functions: pagecopy, pagedelete — website/models/website.py Functions...
How to edit Website Contact Form location map? I also added a nice map with the insert block of treehouse theme but wouldn’t need the default map there. How to remove it totally? EDIT: Found a solution (look the comment, but it is missing the code...
Odoo Google Map API Steps to set multiple google map in page Step 1: Select page where you want to add google map and select customize. Step 2: You have to add following code in page <script src=”http://maps.googleapis.c...
Securing your WordPress site running on Nginx Nginx is a modern and fast web server software. If you are not familiar with Nginx, you might be familiar with the Apache HTTP web server software. Both of them can serve your WordPress-powered site, ...