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

Building cellbase-web #525

Open
CFGrote opened this issue Jan 27, 2020 · 1 comment
Open

Building cellbase-web #525

CFGrote opened this issue Jan 27, 2020 · 1 comment

Comments

@CFGrote
Copy link

CFGrote commented Jan 27, 2020

Hi there,
I'm trying to build the webapp for local deployment of a cellbase server.
Here's where I get stuck (on v4.7.1)

Running "clean:dist" (clean) task
>> 0 paths cleaned.

Running "jshint:files" (jshint) task
>> 2 files lint free.

Running "copy:dist" (copy) task
Created 34 directories, copied 6454 files

Running "concat:vendors" (concat) task

Running "processhtml:dist" (processhtml) task

Running "replace:dist" (replace) task
>> Unable to match 1 pattern, remember for simple matches (String) we are using the prefix @@ for replacement lookup.
>> 14 replacements in 1 file.

Running "vulcanize:default" (vulcanize) task
Warning: The "path" argument must be of type string. Received type undefined Use --force to continue.

Aborted due to warnings.

Any help would be highly appreciated.

Thanks!

@CFGrote
Copy link
Author

CFGrote commented Jan 29, 2020

Figured out I first have to build jsorolla:

git submodule update --init
cd lib/jsorolla
npm install
bower install

This should be mentioned in the build instructions.

Then, running grunt in cellbase-web:

Running "vulcanize:default" (vulcanize) task
ERROR finding /home/grotec/repos/cellbase/cellbase-web/src/components/opencga-sample-browser.html
Fatal error: ENOENT: no such file or directory, open '/home/grotec/repos/cellbase/cellbase-web/src/components/opencga-sample-browser.html'

does this somehow indicate I have to build opencga first? My impression was opencga depends on cellbase, not the other way around ...

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

1 participant