Quantcast
Channel: Clan VPS Host » ubuntu
Browsing all 8 articles
Browse latest View live

Capistrano mkdir permission denied

When I run cap production deploy I get cannot create directory /var/www/application/repo: Permission denied. So far I've created deploy user like: adduser deployadduser deploy sudo and I use this user...

View Article


Can't enable use of .htaccess in apache2

I have a VPS running ubuntu 12.04. I have apache2 installed and it is serving up webpages from a virtual host without problems. I now need to enable the .htaccess file but I can't get it to work. my...

View Article


Automatic Deployment with Git – unable to run post-receive hooks

I've created a repository in /var/repo/myrepo.git using git init –bare and a post-receive hooks with inside: #!/bin/shgit –work-tree=/var/www/domain.com –git-dir=/var/repo/myrepo.git checkout -f Then:...

View Article

Install Vesta panel on LAMP droplet (Digital Ocean)

I have install and configured Ubuntu droplet with LAMP snapshot on the Digital Ocean service. Now I want to install Vesta panel. But looks like installation want's to reinstall Apache, MySQL, …...

View Article

How to check nginx server perfomance

comrades! I want to know if there is any way to determine and compare my dedicated server perfomance.It is used as web server with nginx+php-fpm. I live in Europe but server is located in US. I can...

View Article


Ansible set up Rails VPS

I am setting up a VPS using Ansible. Here is my build_server yaml file: —– hosts: do_server vars_files: – vars/defaults.yml sudo: yes remote_user: root roles: – { role: create-deploy-user, tags:...

View Article

ERROR 2002 when starting MySQL server on Ubuntu 14.04

when i domysql start it shows ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) The server quit without updating PID file (/usr/local/mysql/var/tony1ee.pid)....

View Article

Wordpess is not installing from webbrowser

I have searched a lot, but i can't seem to find the answer to this. I'm setting up a WordPress website on my VPS but WordPress isn't loading correctly. I just get this on the homepage of the website :...

View Article

Browsing all 8 articles
Browse latest View live