Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to run behavior3editor in web #25

Open
yangguosdxl opened this issue Oct 12, 2016 · 2 comments
Open

How to run behavior3editor in web #25

yangguosdxl opened this issue Oct 12, 2016 · 2 comments

Comments

@yangguosdxl
Copy link

yangguosdxl commented Oct 12, 2016

I build the editor and put it to web container like apache, nginx, but it looks like has error when access the web page from another computer,

The home page show below:

Behavior3 Editor
Starting application... Have Fun!

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/38324637-how-to-run-behavior3editor-in-web?utm_campaign=plugin&utm_content=tracker%2F18331319&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F18331319&utm_medium=issues&utm_source=github).
@aleneum
Copy link

aleneum commented Feb 9, 2017

Hello @yangguosdxl,

you probably forgot to run bower install after npm install. Check your debugger output. If you see error messages related to vendor.min.css or angular this is probably the cause of it. I just tested the following workflow and it worked like a charm:

git clone https://github.com/behavior3/behavior3editor.git
cd behavior3editor
npm install
bower install
gulp build
cd build
python -m SimpleHTTPServer

Best regards!

@gocpplua
Copy link

$ bower install

Download of https://github.com/angular/bower-angular/archive/v1.4.14.tar.gz failed with ETIMEDOUT, retrying in 1.2s

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants