Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 929 Bytes

File metadata and controls

13 lines (10 loc) · 929 Bytes
title metadata taxonomy
VPS Production Environment
description
The place where your application lives and runs is known as the production environment, and the act of transferring your code from the development environment to the production environment is known as deployment. This chapter explains how to set up a production environment on a VPS.
category
docs

This guide assumes that you've set up a VPS and installed a LAMP or LEMP stack, Git, Composer, and Node.js. If you're insistent on using shared hosting, this guide won't work for you - you'll have to copy your files over FTP instead.

The first step is to install and configure required software on the remote server.

[notice=note]To contribute to this documentation, please submit a pull request to our learn repository.[/notice]