Picture of shane mckenna
Authoring tool install issue
by shane mckenna - Sunday, 13 November 2016, 11:43 AM
 

Sorry to be redundant here but after 20 frustrating hours of failed attempts with this installation over the weekend I am now at the Adapt icon onscreen after localhost:5000 and nothing else.

I am not a programmer, just a trainer and course designer. May I have some advice on how to proceed, please?

Thanks Shane

The Windows command lines preceding the last step are:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\smckenna>cd..

C:\Users>cd..

C:\>dir
Volume in drive C is Sys
Volume Serial Number is 0861-0C94

Directory of C:\

11/12/2016 09:41 PM <DIR> adapt_authoring-master
10/31/2016 07:47 PM <DIR> Bitnami
11/12/2016 09:21 PM <DIR> HashiCorp
12/14/2014 03:19 PM <DIR> Image_Version
02/25/2016 08:30 AM <DIR> Intel
08/22/2013 07:22 PM <DIR> PerfLogs
11/12/2016 09:35 PM <DIR> Program Files
11/09/2016 06:13 PM <DIR> Program Files (x86)
03/24/2016 09:35 AM <DIR> Users
03/24/2016 09:29 AM <DIR> Windows
0 File(s) 0 bytes
10 Dir(s) 51,637,231,616 bytes free

C:\>cd adapt_authoring-master

C:\adapt_authoring-master>dir
Volume in drive C is Sys
Volume Serial Number is 0861-0C94

Directory of C:\adapt_authoring-master

11/12/2016 09:41 PM <DIR> .
11/12/2016 09:41 PM <DIR> ..
11/08/2016 06:38 AM 200 .editorconfig
11/08/2016 06:38 AM 736 .gitignore
11/08/2016 06:38 AM 1,062 .jscsrc
11/08/2016 06:38 AM 623 .travis.yml
11/12/2016 09:41 PM <DIR> .vagrant
11/08/2016 06:38 AM 10,521 CHANGELOG.md
11/12/2016 09:39 PM <DIR> conf
11/08/2016 06:38 AM 1,946 config.js
11/08/2016 06:38 AM 2,514 CONTRIBUTING.md
11/12/2016 09:39 PM <DIR> frontend
11/08/2016 06:38 AM 10,413 Gruntfile.js
11/08/2016 06:38 AM 154 index.js
11/08/2016 06:38 AM 16,991 install.js
11/08/2016 06:38 AM 5,118 INSTALL.md
11/12/2016 09:39 PM <DIR> lib
11/08/2016 06:38 AM 35,140 LICENSE
11/08/2016 06:38 AM 233 log_defaults.sh
11/08/2016 06:38 AM 921 Makefile
11/08/2016 06:38 AM 0 metadata.rb
11/08/2016 06:38 AM 3,453 package.json
11/12/2016 09:39 PM <DIR> plugins
11/08/2016 06:38 AM 103 pm2_start.sh
11/08/2016 06:38 AM 108 pm2_start_win.sh
11/08/2016 06:38 AM 246 processes.json
11/08/2016 06:38 AM 19 Procfile
11/08/2016 06:38 AM 2,802 README.md
11/12/2016 09:39 PM <DIR> routes
11/08/2016 06:38 AM 157 server.js
11/12/2016 09:39 PM <DIR> test
11/12/2016 09:39 PM <DIR> test_frontend
11/08/2016 06:38 AM 10,526 upgrade.js
11/08/2016 06:38 AM 1,565 Vagrantfile
11/08/2016 06:38 AM 1,357 vagrant_setup.sh
11/08/2016 06:38 AM 1,645 vagrant_setup_win.sh
11/08/2016 06:38 AM 69 version.json
27 File(s) 108,622 bytes
10 Dir(s) 51,637,301,248 bytes free

C:\adapt_authoring-master>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/trusty32' is up to date...
==> default: Machine already provisioned. Run `vagrant provision` or use the `--
provision`
==> default: flag to force provisioning. Provisioners marked to run always will
still run.
==> default: Running provisioner: shell...
default: Running: C:/Users/smckenna/AppData/Local/Temp/vagrant-shell20161113
-7232-1acod0y.sh
==> default: [PM2] Applying action restartProcessId on app [adapt](ids: 0)
==> default: [PM2] [adapt](0) √
==> default: ┌──────────┬────┬──────┬───────┬────────┬─────────┬────────┬─────┬─
─────────┬──────────┐
==> default: │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │
mem │ watching │
==> default: ├──────────┼────┼──────┼───────┼────────┼─────────┼────────┼─────┼─
─────────┼──────────┤
==> default: │ adapt │ 0 │ fork │ 27780 │ online │ 1524 │ 0s │ 25% │
4.0 MB │ enabled │
==> default: └──────────┴────┴──────┴───────┴────────┴─────────┴────────┴─────┴─
─────────┴──────────┘
==> default: Use `pm2 show <id|name>` to get more details about an app
==> default: Running provisioner: shell...
default: Running: C:/Users/smckenna/AppData/Local/Temp/vagrant-shell20161113
-7232-10jvbx.sh
==> default: stdin: is not a tty
==> default: ---------------------------------------------------------
==> default: Adapt Authoring Tool is running on: http://localhost:5000
==> default: username: admin
==> default: password: password
==> default: ---------------------------------------------------------

C:\adapt_authoring-master>