Skip to content
Snippets Groups Projects
Select Git revision
  • 5db045f39d431597468d1204c5c1685a4004c7fe
  • master default protected
  • network/gtest-1000 protected
  • upgradable-multisig
  • runtime/gtest-1000
  • network/gdev-800 protected
  • cgeek/issue-297-cpu
  • gdev-800-tests
  • update-docker-compose-rpc-squid-names
  • fix-252
  • 1000i100-test
  • hugo/tmp-0.9.1
  • network/gdev-803 protected
  • hugo/endpoint-gossip
  • network/gdev-802 protected
  • hugo/distance-precompute
  • network/gdev-900 protected
  • tuxmain/anonymous-tx
  • debug/podman
  • hugo/195-doc
  • hugo/195-graphql-schema
  • gtest-1000-0.11.0 protected
  • gtest-1000 protected
  • gdev-900-0.10.1 protected
  • gdev-900-0.10.0 protected
  • gdev-900-0.9.2 protected
  • gdev-800-0.8.0 protected
  • gdev-900-0.9.1 protected
  • gdev-900-0.9.0 protected
  • gdev-803 protected
  • gdev-802 protected
  • runtime-801 protected
  • gdev-800 protected
  • runtime-800-bis protected
  • runtime-800 protected
  • runtime-800-backup protected
  • runtime-701 protected
  • runtime-700 protected
  • runtime-600 protected
  • runtime-500 protected
  • v0.4.1 protected
41 results

src

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.