Kitware / HPCCloud

A Cloud/Web-Based Simulation Environment
https://kitware.github.io/HPCCloud/
Apache License 2.0
50 stars 23 forks source link

How to config and start up on a local machine #605

Open lijiang2014 opened 7 years ago

lijiang2014 commented 7 years ago

I tried to start up the HPCCloud but failed.(Both use the vagrant or not) Use the 'npm start' command , I could get the localhost:9999 page . But I couldn't login or registering , The page jump to localhost:8080 which was not setup. I installed the cumulus but could not start it.

celeryd.service
   Loaded: not-found (Reason: No such file or directory)
   Active: inactive (dead)
cjh1 commented 7 years ago

@lijiang2014 The easiest way to get up and running is to use vagrant. You will need vagrant, virtualbox and ansible installed, once those are installed the following commands should get you up and running:

git clone https://github.com/Kitware/HPCCloud-deploy.git
cd HPCCloud-deploy
vagrant up
lijiang2014 commented 7 years ago

@cjh1 I used the vagrant and HPCCloud-deploy , but it seems not worked well . ( vagrant, virtualbox and ansible have installed)

It's there any config should be set on the host machine ?

cjh1 commented 7 years ago

@lijiang2014 What error are you getting?

sbusch commented 7 years ago

@lijiang2014 you could try DEMO=1 vagrant up which should additionally seed the machine with demo data.

If the machine already exists, I recommend destroying it before with vagrant destroy.

cjh1 commented 7 years ago

@lijiang2014 I would also checkout the v0.9 tag on HPCCloud-deploy to ensure you get a stable version.