I am trying to create a project and following the steps of a tutorial page: link , When I get to step # 4, which is Configure the VirtualHost, it tells me this:
jp@JP:~/sitiopy/python-web$ sudo a2ensite python-web
ERROR: Site python-web does not exist!
I do not know whether to execute this line in the root or from the folder where I am creating the program. This is the app tree.
jp@JP:~/sitiopy$ tree
.
└── python-web
├── logs
├── mypythonapp
│ └── controller.py
└── public_html
4 directories, 1 file