-
Notifications
You must be signed in to change notification settings - Fork 0
MMCA Server details
curaloucura edited this page Jul 13, 2012
·
2 revisions
change hostname: edit /etc/hostname and /etc/hosts and run service hostname restart
add users and groups:
add users and copy ssh identities to the respective folder (e.g.: /home/<username>/.ssh/authorized_keys)
enable ssh login at /etc/ssh/sshd_config by setting the following options: PubkeyAuthentication yes AuthorizedKeysFile %h/.ssh/authorized_keys
install the required packages: sudo apt-get install python-setuptools mysql-server mysql-client libmysqlclient-dev build-essential python-dev sudo easy_install pip
create the directories for the sites at /var/www/<domain>/projectname and virtualenv at /var/www/<domain>/virtualenv