5 Commits

Author SHA1 Message Date
jenkins
4c93a9f766 [ci skip] Changed by Jenkins: 56
Some checks reported errors
FarmMaps/FarmMapsLib/pipeline/head Something is wrong with the build of this commit
2023-11-16 17:02:44 +00:00
93554bc7c4 Update README.md
All checks were successful
FarmMaps/FarmMapsLib/pipeline/head This commit looks good
2023-11-16 16:40:14 +00:00
d074cd81cf Merge branch 'develop'
Some checks reported errors
FarmMaps/FarmMapsLib/pipeline/head Something is wrong with the build of this commit
2023-11-16 17:37:13 +01:00
87547aafcc Update Jenkinsfile
Some checks failed
FarmMaps/FarmMapsLib/pipeline/head There was a failure building this commit
2023-10-20 12:20:24 +00:00
6ab5ba8a56 Update Jenkinsfile.develop 2023-10-20 12:20:13 +00:00
3 changed files with 70 additions and 70 deletions

128
README.md
View File

@@ -1,65 +1,65 @@
# Farmmaps viewer # Farmmaps viewer
This is a sample FarmMaps client in Angular 7.x. This is a sample FarmMaps client in Angular 7.x.
## Quick start ## Quick start
Use one of the two options below to get started. Use one of the two options below to get started.
## Option 1, Using docker ## Option 1, Using docker
*Dependencies* *Dependencies*
* docker desktop * docker desktop
*Setup* *Setup*
``` ```
docker pull node:12.13.1 docker pull node:12.13.1
docker run -t -i --entrypoint /bin/bash -p 4200:4200 node:12.13.1 docker run -t -i --entrypoint /bin/bash -p 4200:4200 node:12.13.1
``` ```
Inside the running container Inside the running container
``` ```
git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git
cd FarmMapsLib cd FarmMapsLib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/ npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli npm install -g @angular/cli
npm install npm install
ng serve --host 0.0.0.0 ng serve --host 0.0.0.0
``` ```
*Go* *Go*
Point your browser to http://localhost:4200 Point your browser to http://localhost:4200
## Option 2, Using local machine ## Option 2, Using local machine
*Dependencies* *Dependencies*
* npm 6.9.0 * npm 6.9.0
* nodejs 10.16.0 * nodejs 10.16.0
* git * git
*Setup* *Setup*
``` ```
git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git git clone https://git.akkerweb.nl/FarmMaps/FarmMapsLib.git
cd FarmMapsLib cd FarmMapsLib
npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/ npm config set @farmmaps:registry https://repository.akkerweb.nl/repository/npm-group/
npm install -g @angular/cli npm install -g @angular/cli
npm install npm install
ng serve ng serve
``` ```
*Go* *Go*
Point your browser to http://localhost:4200 Point your browser to http://localhost:4200
*ESLint* *ESLint*
``` ```
npm run lint src npm run lint src
npm run lint projects/common/src npm run lint projects/common/src
npm run lint projects/common-map/src npm run lint projects/common-map/src
npm run lint projects/common-map3d/src npm run lint projects/common-map3d/src
``` ```

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "4.0.0", "version": "4.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "4.0.0", "version": "4.0.1",
"dependencies": { "dependencies": {
"@angular-eslint/eslint-plugin": "^15.2.1", "@angular-eslint/eslint-plugin": "^15.2.1",
"@angular/animations": "^14.1.3", "@angular/animations": "^14.1.3",
@@ -86,7 +86,7 @@
}, },
"dist/common": { "dist/common": {
"name": "@farmmaps/common", "name": "@farmmaps/common",
"version": "3.5.1-prerelease.2385", "version": "2.0.0",
"dependencies": { "dependencies": {
"tslib": "^2.3.0" "tslib": "^2.3.0"
}, },
@@ -111,7 +111,7 @@
}, },
"dist/common-map": { "dist/common-map": {
"name": "@farmmaps/common-map", "name": "@farmmaps/common-map",
"version": "3.5.1-prerelease.2385", "version": "2.0.0",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
@@ -128,7 +128,7 @@
}, },
"dist/common-map3d": { "dist/common-map3d": {
"name": "@farmmaps/common-map3d", "name": "@farmmaps/common-map3d",
"version": "3.5.1-prerelease.2385", "version": "2.0.0",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },

View File

@@ -1,6 +1,6 @@
{ {
"name": "farmmaps-lib-app", "name": "farmmaps-lib-app",
"version": "4.0.0", "version": "4.0.1",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",