mytore.blogg.se

Mamp pro 3.0.5
Mamp pro 3.0.5





mamp pro 3.0.5

I've never been good at server setup (in the sense that I can follow a tutorial but still get stuck), but I have to figure out how to host this application in a short amount of time onto a dev server so we can at least have it online and viewable to others. I also don't know the analog of the /public (typically the DocumentRoot) folder in Django (is it /static?), as well as how to setup my virtual environment on the server. I don't know why, I get 500 errors, which could be caused by a number of things. I tried with Apache and mod_wsgi and mod_wsgi_express but I don't understand them very well.

mamp pro 3.0.5

I have no problem setting up MAMP Pro for my local Laravel applications or for the remote ones on CPanel, but I'm not able to set up MAMP Pro to run my local Django server. Locally, most of use use MAMP Pro, but for deploying to production on CPanel we have a document root style setup. The CEO deploys the applications to CPanel which lives in EC2, and we have a number of subdomains under this account. This particular project has to use Python because it requires OpenCV which is unavailable in PHP. My team uses PHP and Laravel mainly, but all of the company's products have been in PHP. Right now I'm using Python 3.9 (but with only 3.7 features), and Django 3.0.5, boto3, mongoDB and MariaDB as two db connections, along with a celery worker via redis that I need to set up. I'm new to Django (but pretty familiar with Flask) and I'm using it as an microservice API for another application.







Mamp pro 3.0.5