Mirror of l'Hubl
Go to file
Jean-Baptiste Pasquier e56460948f
update: remove gitlab-ci
2019-12-10 14:54:49 +01:00
.gitlab issue and merge request templates 2019-05-03 11:27:32 +02:00
src Merge branch 'staging' into feat/manager_deploy 2019-12-06 16:16:49 +01:00
.babelrc fix: ES6 modules dependencies 2019-01-07 16:39:06 +01:00
.gitignore feat: cleaned old building methods 2019-11-14 17:59:57 +01:00
LICENSE Add LICENSE 2018-11-01 20:29:31 +00:00
README.md update: fixes for development usage 2019-12-02 15:22:25 +01:00
config.sample.json update: remove gitlab-ci 2019-12-10 14:54:49 +01:00
gitlabci.pub cicd: added production environment 2019-12-02 21:01:47 +01:00
package-lock.json update: fixes for development usage 2019-12-02 15:22:25 +01:00
package.json update: fixes for development usage 2019-12-02 15:22:25 +01:00

README.md

SiB App

SiB App is the magic tool that allows the Happy Dev network to thrive in a decentralized way.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

To install SiB App, you'll need:

  • A SIB server with the appropriate modules
  • A Prosody Server (with appropriate modules
  • A SMTP Server (optional)
  • NodeJS on your machine

Before diving in you have to check your SIB server supports the following LDP packages:

Those packages are given with the last stable version tested.

Refer to the documentation to install a SIB server with this configuration.

Build the application

In order to find your server(s) the client application needs to be assembled with the proper configuration.

Get the code of the SIB app on your machine:

git clone ...

Then create a config.json with all the the capabilities the SIB App requires. Which are:

  • circles
  • groups
  • joboffers
  • projects
  • skills
  • users

The documentation explains the details of this file but for convienence a config.sample.json exists in the source.

Then build your new SIB App:

npm run build

The application bundle is in the dist folder, ready to be deployed everywhere as a static file.

Developpers

Serve, watch files & rebuild on change with this command:

npm run watch

Built With