Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 508 Bytes

PRODUCTION.md

File metadata and controls

10 lines (8 loc) · 508 Bytes

Setting up the project in production

Once the code is properly set on the server, the environment variables configured and that you ran composer install with success, you need to follow the following steps.

  • Run the make init command. It will create an empty DB.
  • Install the assets as explained in the developer documentation
  • Create an admin user as explained in the developer documentation
  • You can now dump the DB and import it locally to migrate from your old blog.