Skip to content

Commit

Permalink
Run bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Sep 10, 2021
1 parent 2639e00 commit f6dabc0
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 461 deletions.
13 changes: 7 additions & 6 deletions DEVELOP.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# volto-addon-template
# volto-searchlib

## Develop

Expand All @@ -10,15 +10,15 @@ Before starting make sure your development environment is properly set. See [Vol

1. Create new volto app

yo @plone/volto my-volto-project --addon @eeacms/volto-addon-template --skip-install
yo @plone/volto my-volto-project --addon @eeacms/volto-searchlib --skip-install
cd my-volto-project

1. Add the following to `mrs.developer.json`:

{
"volto-addon-template": {
"url": "https://github.com/eea/volto-addon-template.git",
"package": "@eeacms/volto-addon-template",
"volto-searchlib": {
"url": "https://github.com/eea/volto-searchlib.git",
"package": "@eeacms/volto-searchlib",
"branch": "develop",
"path": "src"
}
Expand Down Expand Up @@ -48,4 +48,5 @@ Before starting make sure your development environment is properly set. See [Vol

1. Happy hacking!

cd src/addons/volto-addon-template/
cd src/addons/volto-searchlib/
/addons/volto-addon-template/
51 changes: 0 additions & 51 deletions DEVELOP.md.tpl

This file was deleted.

4 changes: 3 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

environment {
GIT_NAME = "volto-addon-template"
GIT_NAME = "volto-searchlib"
NAMESPACE = "@eeacms"
SONARQUBE_TAGS = "volto.eea.europa.eu"
DEPENDENCIES = ""
Expand Down Expand Up @@ -207,3 +207,5 @@ pipeline {
}
}
}
}
}
209 changes: 0 additions & 209 deletions Jenkinsfile.tpl

This file was deleted.

3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/bin/bash

DIR=$(shell basename $$(pwd))
ADDON ?= "@eeacms/volto-addon-template"
ADDON ?= "@eeacms/volto-searchlib"

# We like colors
# From: https://coderwall.com/p/izxssa/colored-makefile-for-golang-projects
Expand Down Expand Up @@ -47,4 +47,5 @@ test-update:
.PHONY: help
help: ## Show this help.
@echo -e "$$(grep -hE '^\S+:.*##' $(MAKEFILE_LIST) | sed -e 's/:.*##\s*/:/' -e 's/^\(.\+\):\(.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"
:)"
.*\)/\\x1b[36m\1\\x1b[m:\2/' | column -c2 -t -s :)"
49 changes: 0 additions & 49 deletions Makefile.tpl

This file was deleted.

Loading

0 comments on commit f6dabc0

Please sign in to comment.