How to run codap in production mode?

CODAP Forums CODAP Help Forum How to run codap in production mode?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #592 Score: 0
    Max Hsu
    Participant

    In other words, how to run a SproutCore project in production mode?

    Is there a command to do this?

    or

    Which web server should I use? How to use?

    #593
    Jonathan Sandoe
    Keymaster

    Hello Max,

    CODAP employs the SproutCore framework and uses SproutCore tools to deploy a development version. We build a static website to deploy a production instance. Each formal build can be found in the form of a Zip archive in https://codap.concord.org/releases/zips. If you are interested in deploying CODAP on a server the easiest way to do this is to download the zip file and unzip it into the file system of a web server. Nearly any web server will suit. CODAP makes no special demands on the server. Apache is fine. So would the Python Simple HTTP Server.

    If you have set up a development environment using the process described here, it would be possible to run in production mode by appending ‘–mode=production’ to the normal sc-server command, I think.

    I am curious about your use case, Max. Are you engaged in, or interested in, developing new CODAP features? If so, this is very interesting to us and we may be able to be of assistance.

    Thanks,

    Jonathan Sandoe

    #594
    Max Hsu
    Participant

    Thank you very much for your guide.

    I am interested in developing new CODAP features.

    As of now, I am learning how CODAP was developed.

    I would be very grateful if you could tell me as much as details.

    • This reply was modified 5 years, 10 months ago by Max Hsu.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.