Skip to content

How to Install City School Dependencies and Run Migrations

  • by

Once the application files and environment configuration are ready, install the required dependencies and initialize the database.

Step 1 — Open Terminal or SSH

In cPanel, open Terminal, or connect to your hosting account using SSH.

Navigate to the City School project directory.

Step 2 — Install Dependencies

Run the dependency installation command provided with your City School package.

Step 3 — Run Database Migrations

Run the application’s migration command to create the required database tables.

Note: The exact commands should be taken from the City School release documentation or the commands included with your licensed package.