Created
March 5, 2016 23:29
-
-
Save pascalandy/c7a3b46c90d8b8112e44 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
andy@ams14:/var/www/ghost$ sudo npm start --production | |
> [email protected] start /var/www/ghost | |
> node index | |
WARNING: Ghost is attempting to use a direct method to send email. | |
It is recommended that you explicitly configure an email service. | |
Help and documentation can be found at http://support.ghost.org/mail. | |
Migrations: Database initialisation required for version 004 | |
Migrations: Creating tables... | |
Migrations: Creating table: posts | |
Migrations: Creating table: users | |
Migrations: Creating table: roles | |
Migrations: Creating table: roles_users | |
Migrations: Creating table: permissions | |
Migrations: Creating table: permissions_users | |
Migrations: Creating table: permissions_roles | |
Migrations: Creating table: permissions_apps | |
Migrations: Creating table: settings | |
Migrations: Creating table: tags | |
Migrations: Creating table: posts_tags | |
Migrations: Creating table: apps | |
Migrations: Creating table: app_settings | |
Migrations: Creating table: app_fields | |
Migrations: Creating table: clients | |
Migrations: Creating table: client_trusted_domains | |
Migrations: Creating table: accesstokens | |
Migrations: Creating table: refreshtokens | |
Migrations: Populating fixtures | |
Migrations: Populating permissions | |
Migrations: Creating owner | |
Migrations: Populating default settings | |
Migrations: Complete | |
Ghost is running in production... | |
Your blog is now available on http://cloudwait.com | |
Ctrl+C to shut down |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment