MyDevil.net  »  Help
pl  pl
 

How to run ... on MyDevil.net?

Z MyDevil.net


We present example snippets, helpful in launching services on MyDevil.net. Of course, these are just simplified commands and they do not present full capabilities of Devil - so we encourage to read the full documentation.

Parameters in bold have to be changed.


Spis treści

own WWW website

devil www add example.com php


a django website

devil www add example.com django
cd ~/domains/example.com
django-admin.py startproject name
cd name
python manage.py runfcgi socket=/home/user/domains/example.com/django.sock
chmod 707 /home/user/domains/example.com/django.sock


park a domain

devil dns add example.com


configure domain for a website on MyDevil.net

devil dns add example.com
devil dns add example.com mydevil


get an account on Java dedicated machine

devil java init
ssh-java


enable VPN

devil vpn on


enable 'Polish Proxy'

devil plproxy on


turn on the possibility to run our own software

devil binexec on

And then login again.