Loading .gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -15,12 +15,7 @@ build: stage: build image: nikolaik/python-nodejs:python3.7-nodejs14 variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - git submodule sync --recursive - git submodule update --init --recursive - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python script: Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ Full developer documentation can be found on [**ReadTheDocs**](https://openflexu This includes installing the server in a mode better suited for active development. ## Installation * `git clone --recurse-submodules https://gitlab.com/openflexure/openflexure-microscope-server.git` * `git clone https://gitlab.com/openflexure/openflexure-microscope-server.git` * (If running on a microscope Pi) `ofm activate` * `poetry install` * `poetry run build_static` Loading openflexure_microscope/api/static/README.md +2 −13 Original line number Diff line number Diff line # OpenFlexure Microscope JS Client [](https://gitlab.com/openflexure/openflexure-microscope-jsclient/commits/master) A user client for the OpenFlexure Microscope, written in Vue.js. ## Install A general guide on setting up your microscope can be found [here on our website](https://www.openflexure.org/projects/microscope/). ## Develop * Clone the repo, and run `npm install` * Scripts to build and serve are included in `package.json` ## Developer notes Loading @@ -17,7 +6,7 @@ A general guide on setting up your microscope can be found [here on our website] To prevent the editor from interfering with ESLint, add to your project `settings.json`: ``` ```json { "editor.tabSize": 2, "cSpell.enabled": false, Loading Loading
.gitlab-ci.yml +0 −5 Original line number Diff line number Diff line Loading @@ -15,12 +15,7 @@ build: stage: build image: nikolaik/python-nodejs:python3.7-nodejs14 variables: GIT_SUBMODULE_STRATEGY: recursive before_script: - git submodule sync --recursive - git submodule update --init --recursive - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python script: Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ Full developer documentation can be found on [**ReadTheDocs**](https://openflexu This includes installing the server in a mode better suited for active development. ## Installation * `git clone --recurse-submodules https://gitlab.com/openflexure/openflexure-microscope-server.git` * `git clone https://gitlab.com/openflexure/openflexure-microscope-server.git` * (If running on a microscope Pi) `ofm activate` * `poetry install` * `poetry run build_static` Loading
openflexure_microscope/api/static/README.md +2 −13 Original line number Diff line number Diff line # OpenFlexure Microscope JS Client [](https://gitlab.com/openflexure/openflexure-microscope-jsclient/commits/master) A user client for the OpenFlexure Microscope, written in Vue.js. ## Install A general guide on setting up your microscope can be found [here on our website](https://www.openflexure.org/projects/microscope/). ## Develop * Clone the repo, and run `npm install` * Scripts to build and serve are included in `package.json` ## Developer notes Loading @@ -17,7 +6,7 @@ A general guide on setting up your microscope can be found [here on our website] To prevent the editor from interfering with ESLint, add to your project `settings.json`: ``` ```json { "editor.tabSize": 2, "cSpell.enabled": false, Loading