Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

What is the best available EC2 AMI configured with:

  • Django Stack
  • MySql Installed and configured
  • Apache or any other Server

After searching I have found only one bitnami djangostack. Have any of you ever tried it? Are there any other options.

1 Answer

0 votes
by (44.4k points)

Using Ubuntu is quick and the installation part is quick and easy. You can use the latest Ubuntu AMI from canonical to build up a Pylons stack. Use this:

sudo tasksel --section server

Then you get Apache and MySQL by selecting the LAMP components:

sudo apt-get install python-django python-Django-doc

This will get you Django. See here for more details.

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer

Browse Categories

...