> For the complete documentation index, see [llms.txt](https://docs.djangomango.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.djangomango.com/create-your-production-environment.md).

# Create your Production Environment

Here at DjangoMano, we love deploying our web applications via [DigitalOcean](http://www.digitalocean.com). They offer reliable hosting, built on a powerful platform, and at a great price point. Of course, you don't need to use DigitalOcean for any of our products. There are other great alternatives such as [Heroku](https://www.heroku.com/). But if you are new to this and want to make use of our docs, then we would highly recommend you try out DigitalOcean.

### Create a Digital Ocean Server

Your DjangoMango project is running on your local machine for development. But now it's time to get access to a remote server so that others can see your work in production.

{% content-ref url="/pages/-MGUqJEP3tQiErT2-RY3" %}
[Create a Digital Ocean Server](/create-your-production-environment/create-a-digital-ocean-server.md)
{% endcontent-ref %}

### Accessing your Server

After you have created your droplet, you'll need to access it, set it up, and push your application files so that others can consume them.

{% content-ref url="/pages/-MH16GT\_V2WWwZNygZjA" %}
[Accessing your Server](/create-your-production-environment/accessing-your-server.md)
{% endcontent-ref %}

### Create a Managed Database (optional)

Our docker configurations will automatically create a file-based database on the server you deploy to. But those running data intense applications may want a separate managed database instead.

{% content-ref url="/pages/-MG\_J4562JiBy2TD-zVu" %}
[Create a Managed Database (optional)](/create-your-production-environment/create-a-managed-datastore.md)
{% endcontent-ref %}

### Create a Storage Space (optional)

Django is a fantastic in almost all respects. But it isn't optimized for serving media content. If you plan on serving large media files through your application, consider creating a storage space.

{% content-ref url="/pages/-MGzztuHm\_kVPzhGsTbL" %}
[Create a Storage Space (optional)](/create-your-production-environment/create-a-storage-space.md)
{% endcontent-ref %}

### Point your Domain

Home stretch. You have your server, and if needed, you have created a separate database and storage space. Now it's time to point your domain so people can browse to the your site.

{% content-ref url="/pages/-MH-0lSddtxJd2kKAtPB" %}
[Point your Domain](/create-your-production-environment/point-your-domain.md)
{% endcontent-ref %}
