Code Monkey home page Code Monkey logo

bonitasoft-community / page_foodtruck Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 1.0 9.29 MB

Food Truck is the best place to discover and download custom pages, custom widgets and Living Applications you'll love on your Bonita Runtime. This custom page enables you to list all available artefact on Bonita Community GitHub and helps you install the one you have chosen on your Bonita Runtime for selected user profiles. THis allows you as well to update to latest versions.

License: GNU General Public License v3.0

Groovy 4.92% HTML 10.40% CSS 3.07% JavaScript 36.97% Java 44.64%
page

page_foodtruck's Introduction

page_foodtruck

You love Google Play or Apps Store ? FoodTruck, the Bonita Store is ready for you ! Download and install Foodtruck. Then, all available pages in the community are displayed, and you to install it in a click: Foodtruck download and install it. If you give a profile, FoodTruck install for you the page in the profile.

Access FoodTruck time to time : if a new version is publish, then FoodTruck will tell you, and you can install it in a click

How to publish my own page ?

Foodtruck search in the Bonita Github Community repository (https://github.com/Bonitasoft-Community) Create a project in the Bonita Community Github project. The name must start by "page_" : the foodtruck detect projects started by this name.

  • The description of the page comme from the page.properties file, parameter "description".
  • The image is a jpeg image at the root project, with the name "logo.jpg" or ".jpg", where name is the github repository name. For example, for the project "page_american", the logo can be "american.jpg".
  • the page itself must be deliver as a release. Inside the release, one file "*.zip" is expected : this must be the custom page. Foodtruck order the release by their release date (and not by their name), so you can give the name you want to the release. There are no constraint on date description : to detect a new version, FoodTruck compare the local date of installation and the date of the last release to detect that a new version is available.

In the next version, Foodtruck will be able to display the list of all versions and a description per version. So, be sure that the comment associate to the release is correctly set.

page_foodtruck's People

Contributors

pierre-yves-monnet avatar benjaminparisel avatar vhemery avatar

Watchers

James Cloos avatar  avatar  avatar

Forkers

vhemery

page_foodtruck's Issues

Server Error 500 by installing it in BPM 7.5.0

I am new to Bonitasoft. I tried to install the zip file in Bonitasoft 7.5 by
1.) Importing the foodtruck zip in Resources, then
2.) I created a new Application and pointed the Homepage to the index.html file.
Opening the custompage_foodtruck URL just throws a 500 Error.
Is it because i just got the Community Edition, where I cannot add Organization Profiles?
Regards

How to run the example?

Hello,

I am new to BonitaBPM and I can't figure out how I should run the project. In BonitaBPM 7.2.1 IDE there's possibility to import file with .bos extension. Tried to rename .zip to .bos and open it in IDE with no luck. I tried to run project in groovy console and got following dependency problems:

unable to resolve class org.bonitasoft.engine.identity.User
at line: 31, column: 1
unable to resolve class org.bonitasoft.engine.exception.UnknownAPITypeException
at line: 40, column: 1
unable to resolve class org.bonitasoft.console.common.server.page.PageResourceProvider
at line: 34, column: 1
unable to resolve class org.bonitasoft.engine.command.CommandDescriptor
at line: 61, column: 1
unable to resolve class org.bonitasoft.engine.bpm.flownode.ActivityInstanceSearchDescriptor
at line: 53, column: 1
unable to resolve class com.bonitasoft.engine.api.PlatformMonitoringAPI
at line: 50, column: 1
unable to resolve class com.bonitasoft.custompage.foodtruck.FoodTruckAccess
at line: 69, column: 1
unable to resolve class org.bonitasoft.engine.search.SearchResult
at line: 59, column: 1
unable to resolve class org.bonitasoft.engine.api.CommandAPI
at line: 44, column: 1
unable to resolve class org.bonitasoft.engine.exception.DeletionException
at line: 38, column: 1
unable to resolve class org.bonitasoft.engine.api.IdentityAPI
at line: 47, column: 1
unable to resolve class com.bonitasoft.custompage.foodtruck.Toolbox.FoodTruckResult
at line: 68, column: 1
unable to resolve class org.bonitasoft.engine.exception.BonitaHomeNotSetException
at line: 36, column: 1
unable to resolve class org.bonitasoft.engine.bpm.flownode.ActivityInstance
at line: 63, column: 1
unable to resolve class org.apache.commons.lang3.StringEscapeUtils
at line: 29, column: 1
unable to resolve class org.json.simple.JSONValue
at line: 16, column: 1
unable to resolve class org.bonitasoft.engine.api.ProfileAPI
at line: 48, column: 1
unable to resolve class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstanceSearchDescriptor
at line: 54, column: 1
unable to resolve class org.json.simple.JSONArray
at line: 15, column: 1
unable to resolve class org.json.simple.JSONObject
at line: 13, column: 1
unable to resolve class org.bonitasoft.engine.search.SearchOptions
at line: 58, column: 1
unable to resolve class org.bonitasoft.console.common.server.page.PageController
at line: 33, column: 1
unable to resolve class org.bonitasoft.engine.exception.ServerAPIException
at line: 39, column: 1
unable to resolve class org.bonitasoft.engine.exception.CreationException
at line: 37, column: 1
unable to resolve class org.bonitasoft.engine.command.CommandCriterion
at line: 62, column: 1
unable to resolve class org.bonitasoft.engine.exception.AlreadyExistsException
at line: 35, column: 1
unable to resolve class org.bonitasoft.console.common.server.page.PageContext
at line: 32, column: 1
unable to resolve class org.bonitasoft.engine.api.PageAPI
at line: 45, column: 1
unable to resolve class org.bonitasoft.engine.bpm.process.ProcessDeploymentInfo
at line: 64, column: 1
unable to resolve class org.bonitasoft.engine.api.ProcessAPI
at line: 46, column: 1
unable to resolve class org.bonitasoft.engine.bpm.flownode.ArchivedActivityInstance
at line: 57, column: 1
unable to resolve class com.bonitasoft.custompage.foodtruck.FoodTruckAccess.FoodTruckParam
at line: 67, column: 1
unable to resolve class com.bonitasoft.engine.api.TenantAPIAccessor
at line: 42, column: 1
unable to resolve class org.bonitasoft.engine.session.APISession
at line: 43, column: 1
unable to resolve class org.bonitasoft.engine.bpm.flownode.ArchivedFlowNodeInstance
at line: 56, column: 1
unable to resolve class org.bonitasoft.engine.search.SearchOptionsBuilder
at line: 51, column: 1

Popup error in V7.4.3

when we change page from Foodtruck to an other one we have this popup:

generate by this call:
http://localhost:8080/bonita/portal/custom-page/custompage_foodtruck/?page=custompage_foodtruck&action=listcustompage&json={%22showlocal%22:true,%22showBonitaAppsStore%22:true,%22github%22:{%22password%22:%22MyPASSWORD%22,%22login%22:%22mihaicoucy%22},%22gold%22:true,%22status%22:%22%22}

page:custompage_foodtruck
action:listcustompage
json:{"showlocal":true,"showBonitaAppsStore":true,"github":{"password":"MyPASSWORD","login":"mihaicoucy"},"gold":true,"status":""}

Deployment issue

Hello,

In the main page we can deploy an application before to download it :( and have errors ....
It should be hidden if we don't download it :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.