Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

New Install konga from 0.11 to 0.12 #244

Closed
ghost opened this issue Jul 23, 2018 · 3 comments
Closed

New Install konga from 0.11 to 0.12 #244

ghost opened this issue Jul 23, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 23, 2018

Hi.
Kong Version: 0.14.0
Previous Konga version : 0.11.x
New Install konga version: 0.12

I used Konga ver 0.11.x however i read that "Konga 0.12+ is fully compatible with Kong 0.14+"

so I installed to konga0.12 version however I couldn't see nothing about admin GUI

$ cd ~/konga/; npm start
info:
info: .-..-.
info:
info: Sails <| .-..-.
info: v0.12.14 |
info: /|.
info: / ||
info: ,' |'
info: .-'.-==|/_--'
info: --'-------' info: __---___--___---___--___---___--___ info: ____---___--___---___--___---___--___-__ info: info: Server lifted in /root/konga`
info: To see your app, visit http://localhost:1338
info: To shut down Sails, press + C at any time.

debug: -------------------------------------------------------
debug: :: Mon Jul 23 2018 18:26:07 GMT+0900 (KST)

debug: Environment : development
debug: Port : 1338

Chrome : http://ip:1338/#!/login ==> but result is all white


~/konga/config/local.js ==> ver 0.11.x and ver 0.12 are same local.js

module.exports = {
/**

  • The default fallback URL to Kong's admin API.
    */
    kong_admin_url : process.env.KONG_ADMIN_URL || 'http://127.0.0.1:8001',
    connections: {
    },
    models: {
    connection: process.env.DB_ADAPTER || 'localDiskDb',
    },
    session: {
    secret: '' // Add your own SECRET string here
    },
    port: 1338,
    environment: 'development',
    log: {
    level: 'info'
    }
    };

Any Idea?

@pantsel
Copy link
Owner

pantsel commented Jul 23, 2018

@kakarooky . Open your javascript console on the browser. Do you see any errors? If yes please post a screenshot here. How did you install the new version of Konga? Also did you run npm install again when you pulled the new files?

If you see the error angular is not defined in the javascript console. Read this:
https://github.com/pantsel/konga#1-getting-blank-page-with-uncaught-referenceerror-angular-is-not-defined

@ghost
Copy link
Author

ghost commented Jul 23, 2018

Dear pantsel

$ cd ~/konga; npm run bower-deps
and Updated konga.db

Run very well.
I'll wish your luck.

Thank you

@pantsel
Copy link
Owner

pantsel commented Jul 23, 2018

Cheers man! Glad to be of help.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant