plan-net / core4

Develop, Operate and Collaborate on Data and Analytics
Mozilla Public License 2.0
9 stars 14 forks source link

Add CoreRJob docu, change README #225

Closed sanikamnjoshi closed 3 years ago

sanikamnjoshi commented 3 years ago

Concerns issue/comment: https://github.com/plan-net/core4/issues/135#issuecomment-567222618

sanikamnjoshi commented 3 years ago

This pull request now contains 2 changes:

  1. documentation for 2 possible approaches of running R through CoreRJob
  2. changes in README.MD to correctly install core4 on any debian 9 machine
m-rau commented 3 years ago

Sorry for the late reply. I tried to follow your README installation process and encountered the following errors:

The installation is quite complex and probably not fully understood including myself. I think we need multiple clear and thoroughly tested step-by-step guidelines:

  1. prerequisites and then a pip install . or pip install --edit . building the BE only. Definition of done here is that coco --worker and coco --app run. The worker successfully executes the DummyJob. The http server successfully delivers /core4/api/v1/login etc.
  2. additionally building the frontend with setup.py --fe. Definition of done is that the app manager at localhost is accessible
  3. additionally installing R. Definition of done is that the worker successfully executes the R test job.

The execution of local_setup.py for MongoDB also needs to describe the required amendments for local.yaml.

sanikamnjoshi commented 3 years ago

Am closing this pull request. Will make a new one with everything you noted into consideration. @m-rau