Code Monkey home page Code Monkey logo

Comments (4)

eddiemonroe avatar eddiemonroe commented on June 19, 2024

The port number can be manually changed in index.js, but would be good to be able to do this via the startup command like before.

from external-tools.

TScottJ avatar TScottJ commented on June 19, 2024

Hey Eddie, we are adding a new version of the visualizer soon, called AtomSpaceExplorer, which is based off the Mozi_visualizer (which was based off glimpse). So we'll apply this issue to that one, and see if we can enable the port # feature.

from external-tools.

eddiemonroe avatar eddiemonroe commented on June 19, 2024

from external-tools.

sshermz avatar sshermz commented on June 19, 2024

@eddiemonroe , the AtomSpace Explorer is available now in external-tools (https://github.com/opencog/external-tools/tree/master/AtomSpaceExplorer). You can override the default port 4200 as follows (this is copy/paste of an update to the AtomSpace Explorer README.md that I'll commit in my next set of updates):

npm start # Start the app on the default AngularJS port 4200.

npm start -- --port=[port-number] # Start the app at [port-number].
npm start -- --port=8080 # Example with port number 8080.

Alternatively, you can permanently change the default port by inserting the following to angular-cli.json, at the top of the "defaults" block:
"defaults": { # Existing line.
"serve": { # <- Inserted line.
"port": 8080 # <- Inserted line. Example port 8080. Set port number as desired.
}, # <- Inserted line.
"styleExt": "css", # Existing line.

from external-tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.