Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • patch-1
  • v2.0.2
3 results

cesium2

  • Forked from an inaccessible project.
    Benoit Lavenierblavenie's avatar
    Benoit Lavenier authored
    3dda5b10
    History

    Cesium²

    Cesium² is a simple wallet for libre Currency like G1, compatible with the Duniter protocol.

    Installation

    On Android

    • Download then install the latest APK file

    or

    As a web site

    First installation

    Cesium can be easily installed on most web server :

    • Download the latest release (file cesium2-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 exists on this directory.

    #### Update to last version

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

    • Using cURL:

      cd <CESIUM2_WEB_ROOT>
      curl -o- https://git.duniter.org/clients/cesium-grp/cesium2/raw/master/install.sh | bash
    • or using Wget:

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

    Contribute

    See the developer guide

    License

    Free software, distributed under a AGPL v3 license.