Skip to content
Snippets Groups Projects
Select Git revision
  • Vivakvo/cesium-patch-8
  • master default protected
  • traduccio_barbara
  • Catalan-translation
  • feature/cesium_plus_pod_2
  • feature/add_pubkey_icon
  • feature/startup_node_selection
  • develop
  • feature/android_api_19
  • gitlab_migration_1
  • dev
  • rml8
  • v1.6.12
  • v1.6.11
  • v1.6.10
  • v1.6.9
  • v1.6.8
  • v1.6.7
  • v1.6.6
  • v1.6.5
  • v1.6.4
  • v1.6.3
  • v1.6.2
  • v1.6.2-alpha
  • v1.6.1
  • v1.6.0
  • v1.5.12
  • v1.5.11
  • v1.5.10
  • v1.5.9
  • v1.5.8
  • v1.5.7
32 results

cesium

Forked from clients / Cesium-grp / Cesium
817 commits behind the upstream repository.

Cesium logo

Cesium

Install

On desktop computer

  • Download the latest release

  • Then install, depending on your operating system:

    • Ubuntu: Double click the .deb file
    • Debian: Run the command sudo dpkg -i *.deb
    • Windows: Double click on the .exe file
    • Mac OSx: Unzip the osx .zip file, then drop Cesium into your Applications folder
    • Other operating systems:
      • Unpack the ZIP archive (file cesium-vX.Y.Z-web.zip) into an empty folder;
      • Open the file index.html in your web browser;

On smartphone

  • Android:
    • Manual installation: download then install the .apk from your smartphone;
    • Play Store;
  • iOS
    • Coming soon...;

As a web site

First installation

Cesium can be easily installed on most web server :

  • Download the latest release (file cesium-vx.y.z-web.zip);
  • Unpack into an empty directory;
  • Configure the web server engine (e.g. apache, nginx):
    • Add a new virtual host, that use the directory as web root.
    • Make sure the file index.html exist inside this directory.

Update to last version

On Linux distributions, an update script can be used to update your Cesium web site:

cd <CESIUM_WEB_ROOT>
curl -kL https://git.duniter.org/clients/cesium-grp/cesium/raw/master/install.sh | bash

or:

cd <CESIUM_WEB_ROOT>
wget -qO- https://git.duniter.org/clients/cesium-grp/cesium/raw/master/install.sh | bash

Note: You may need root permission to write files. If so just replace | bash with | sudo bash.

Changing default settings

To change default configuration, on a Cesium web site:

  • Edit the file config.js in the web root directory, and change some properties:
angular.module("cesium.config", [])
.constant("csConfig", {
  "fallbackLanguage": "en",
  "rememberMe": false,
  "timeWarningExpireMembership": 5184000,
  "timeWarningExpire": 7776000,
  "useLocalStorage": true,
  "useRelative": true,
  "decimalCount": 4,
  "helptip": {
    "enable": true,
    "installDocUrl": "https://github.com/duniter/duniter/blob/master/doc/install-a-node.md"
  },
  "node": {
    "host": "g1.duniter.org",
    "port": "443"
  },
	"plugins": {
		"es": {
			"enable": "true",
			"host": "g1.data.duniter.fr",
			"port": "443"
		}
	},
	"version": "1.3.7",
	"build": "2019-04-02T08:27:57.915Z"
});
  • Configure a Duniter node:

    • set node.host and node.port to the default node address.
  • Configure the optional extension for Cesium+

    • set plugins.es.host and plugins.es.port to the default Cesium+ Pod (aka ES) address.

    • set plugins.es.enable with [true|false] to change the default extension state.

To learn more about configuration options, see the detailed documentation.

Yunohost package

There is a package for YunoHost self-hosting distribution.

Contribute

A Development Guide is available to learn :

  • How to install your development environment.
  • Development best practices.

A development tutorial (in French) is also available.

Donate

To help developers with donation, use the Cesium Team Ğ1 account (public key: CitdnuQgZ45tNFCagay7Wh12gwwHM8VLej1sWmfHWnQX)

License

This software is distributed under GNU AGPL-3.0.