Picture of khaled sayed
can't fined my old courses with localhost:9001
by khaled sayed - Sunday, 8 November 2015, 8:18 AM
 

Hi All

I upgrade my framework to last version and follow steps ,

without creating new course with

adapt create course

 , then  writing 

$ grunt build
and
$ grunt server
which open webpage in localhost:9001
titled "Adapt Version 2.0 demonstration"
i cant't login to the dashboard as before the only way is to exit from that build and write
$ node server
which open port localhost:5000 then i find my courses but i cant preview it any more
So how i can preview my previews courses in localhost:9001

Picture of Tom Taylor
Re: can't fined my old courses with localhost:9001
by Tom Taylor - Monday, 9 November 2015, 9:39 AM
 

Hi Khaled,

The steps you describe are actually only used when developing for the framework standalone (the adapt create course command you reference for example, has nothing to do with the authoring tool).

Have a look at the following wiki articles for more information:

In terms of your problem, the first step is to cd into the directory containing the authoring tool files - from here, you can run:

  • node upgrade to upgrade the authoring tool version, and the framework used in your installation the authoring tool.
  • grunt build to build the front-end of the authoring tool web app.
  • node server to start the tool. You can then navigate to http://localhost:5000/ to run the app.

If you're still having issues previewing, there may be something else going wrong. I'd suggest reading the installation guide carefully to make sure you have everything set up correctly.