cobyism/ghost-on-heroku

Ghost-v1.0.2

ilentt opened this issue · 3 comments

I have try implement ghost deploy version 1.0.2 on Heroku following your structure. The deploy work without error but the application can not work after finish deploy. I don't know where my wrong or missing. Would you please give me hits or suggest to solve it. My repository locate at https://github.com/ilentt/ghost-v1.0.2

Here is deploy log

-----> Node.js app detected
-----> Creating runtime environment
       
       NPM_CONFIG_LOGLEVEL=error
       NPM_CONFIG_PRODUCTION=true
       NODE_VERBOSE=false
       NODE_ENV=production
       NODE_MODULES_CACHE=true
-----> Installing binaries
       engines.node (package.json):  ^4.5.0 || ^6.9.0
       engines.npm (package.json):   unspecified (use default)
       engines.yarn (package.json):  unspecified (use default)
       
       Resolving node version ^4.5.0 || ^6.9.0...
       Downloading and installing node 6.11.1...
       Using default npm version: 3.10.10
       Resolving yarn version (latest)...
       Downloading and installing yarn (0.28.1)...
       Installed yarn 0.28.1
-----> Restoring cache
       Skipping cache restore (not-found)
-----> Building dependencies
       Installing node modules (yarn.lock)
       yarn install v0.28.1
       [1/4] Resolving packages...
       [2/4] Fetching packages...
       [3/4] Linking dependencies...
       warning The case-insensitive file /tmp/build_23bbf41c6764aa2f2812b938d9a91e5e/ilentt-ghost-v1.0.2-a0f2b7d/node_modules/nock/node_modules shouldn't be copied twice in one bulk copy
       warning The case-insensitive file /tmp/build_23bbf41c6764aa2f2812b938d9a91e5e/ilentt-ghost-v1.0.2-a0f2b7d/node_modules/sqlite3/node_modules shouldn't be copied twice in one bulk copy
       [4/4] Building fresh packages...
       Done in 38.33s.
-----> Caching build
       Clearing previous node cache
       Saving 2 cacheDirectories (default):
       - node_modules
       - bower_components (nothing to cache)
-----> Build succeeded!
-----> Discovering process types
       Procfile declares types -> web
-----> Compressing...
       Done: 44.7M
-----> Launching...
       Released v6
       https://myapp.herokuapp.com/ deployed to Heroku

Thanks in advance

I am no expert but I did read that Ghost v1+ would not support config.js and postgresql
#90
#91

mars commented

See PR for Ghost 1.x: #119

#119 has been merged in, so I’m going to close this out.