-
This does not run.
Cloned repo, copy template_config.yaml, and api will not start tested in multiple environments.
```
internal-api | CRITICAL:root:Using config `config.yaml`
worker-server …
-
When deploy plynx on a remote server instead of on localhost, "Try live demo" will failed due to the ui endpoint api url points to `http://localhost:5000/plynx/api/v0`. But it needs to be `http://:500…
-
Let's assume that one can use GitLab for auth to PLynx (look at this issue #78 ).
Then instantly would be great to have all the scripts version controlled in appropriate repos, instead of being scatt…
-
Make sure PLynx supports Files, i.e. operations with status STATIC.
Users should be able to upload and share static files.
The feature was a available in version 0.* and there should be backend …
-
Hello,
I tried to run plynx on a remote server :
`Distributor ID: Ubuntu
Description: Ubuntu 16.04.6 LTS
Release: 16.04
Codename: xenial`
`Docker version 18.09.6, build 481bc77…
-
Hi,
I just cloned the repo and started the service using docker-compose.
But how do I login or create a new user?
-
I am in the process of creating some python-code-operations which we will store in source control to deploy for customers.
Curious if template operations can be grouped.
![image](https://user-im…
-
This is really really nice looking project.
Kudos for all the work you did so far! Really impressive!
Only secret key based auth seems to be not enough to cover integration into existing infrastru…
-
1. I've created 2 operations.
One creates a numpy array: `data_output = np.arange(15).reshape([3,5])`
And another one adds 10 to that array: `output_data = input_data + 10`
I don't understand how t…
-
I try to run due to an instruction:
git clone https://github.com/plynx-team/plynx.git
cd plynx
cp template_config.yaml config.yaml
make up
But got as follows:
GitHub/plynx$ make up
…