Picture of brian wrest
Localhost:5000 only shows Adapt Logo
by brian wrest - Thursday, 29 September 2016, 3:17 PM
 

So all I get is a logo in upper right.  Below is a copy of the command prompt window output.  Also attaching screenshot of localhost:5000 page and debugging window from Chrome.

 

C:\Program Files\Adapt\adapt_authoring-master>vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
==> default: Checking if box 'ubuntu/trusty32' is up to date...
==> default: A newer version of the box 'ubuntu/trusty32' is available! You curr
ently
==> default: have version '20160926.0.0'. The latest is version '20160926.0.1'.
Run
==> default: `vagrant box update` to update.
==> default: Clearing any previously set forwarded ports...
==> default: Clearing any previously set network interfaces...
==> default: Preparing network interfaces based on configuration...
default: Adapter 1: nat
==> default: Forwarding ports...
default: 5000 (guest) => 5000 (host) (adapter 1)
default: 5858 (guest) => 5858 (host) (adapter 1)
default: 27017 (guest) => 27027 (host) (adapter 1)
default: 22 (guest) => 2222 (host) (adapter 1)
==> default: Running 'pre-boot' VM customizations...
==> default: Booting VM...
==> default: Waiting for machine to boot. This may take a few minutes...
default: SSH address: 127.0.0.1:2222
default: SSH username: vagrant
default: SSH auth method: private key
==> default: Machine booted and ready!
==> default: Checking for guest additions in VM...
default: The guest additions on this VM do not match the installed version o
f
default: VirtualBox! In most cases this is fine, but in rare cases it can
default: prevent things such as shared folders from working properly. If you
see
default: shared folder errors, please make sure the guest additions within t
he
default: virtual machine match the version of VirtualBox you have installed
on
default: your host and reload your VM.
default:
default: Guest Additions Version: 4.3.36
default: VirtualBox Version: 5.1
==> default: Mounting shared folders...
default: /vagrant => C:/Program Files/Adapt/adapt_authoring-master
==> 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/wrestbm/AppData/Local/Temp/vagrant-shell20160929-
3384-152tkfi.sh
==> default: [PM2] Spawning PM2 daemon with pm2_home=/home/vagrant/.pm2
==> default: [PM2] PM2 Successfully daemonized
==> default: [PM2][WARN] Applications adapt not running, starting...
==> default: [PM2] App [adapt] launched (1 instances)
==> default: ┌──────────┬────┬──────┬──────┬────────┬─────────┬────────┬─────┬──
─────────┬──────────┐
==> default: │ App name │ id │ mode │ pid │ status │ restart │ uptime │ cpu │ m
em │ watching │
==> default: ├──────────┼────┼──────┼──────┼────────┼─────────┼────────┼─────┼──
─────────┼──────────┤
==> default: │ adapt │ 0 │ fork │ 1483 │ online │ 0 │ 0s │ 12% │ 1
2.3 MB │ enabled │
==> default: └──────────┴────┴──────┴──────┴────────┴─────────┴────────┴─────┴──
─────────┴──────────┘
==> default: Use `pm2 show <id|name>` to get more details about an app
==> default: Running provisioner: shell...
default: Running: C:/Users/wrestbm/AppData/Local/Temp/vagrant-shell20160929-
3384-1ca97gm.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:\Program Files\Adapt\adapt_authoring-master>




Picture of Nathan Mcilree
Re: Localhost:5000 only shows Adapt Logo
by Nathan Mcilree - Friday, 30 September 2016, 7:34 AM
 

This happened to me once and I had to run the last few stages of deployment again - I think the commands were probably;

npm install --production
node install
node server

This was on a self installed version (still using vagrant though) rather than the prepackaged vagrant box.

 

Picture of James Bevelander
Re: Localhost:5000 only shows Adapt Logo
by James Bevelander - Monday, 31 October 2016, 3:41 AM
 

hey brian did you end up resolving this issue?

I'm having the exact same issue and can't get past it

Picture of Julien Theler
Re: Localhost:5000 only shows Adapt Logo
by Julien Theler - Monday, 21 November 2016, 3:21 PM
 

Hi !

I have the same issue : I've completed the installation, but I can only see the logo and I have 403 errors.

Does someone has a solution ?

Picture of Christophe Lejeune
Re: Localhost:5000 only shows Adapt Logo
by Christophe Lejeune - Thursday, 8 December 2016, 8:47 AM
 

I have the same issue. Does anyone have tips?