Skip to content
Snippets Groups Projects
Select Git revision
  • acddd9760dd10bb21c96ced305838f8447fda99a
  • master default protected
  • feature/startup_node_selection
  • hugo/startup_node_selection
  • develop
  • feature/encrypted_comment
  • feature/cesium_plus_pod_2
  • feature/android_api_19
  • Vivakvo/cesium-patch-8
  • gitlab_migration_1
  • dev
  • rml8
  • v1.7.0-rc1
  • 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
32 results

cesium

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

Cesium logo

Cesium

Unhosted webapp client for Duniter network.

Try it at: http://cesium.duniter.fr

Developer

To contribute and compile cesium, you will have to:

  • Installing nvm
  wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.31.0/install.sh | bash
  • Configure NodeJS to use a version 5:
  nvm install 5 
  • Installing other build dependencies:
 sudo apt-get install build-essential
  • Getting source and installing project dependencies:
  git clone https://github.com/duniter/cesium.git
  cd cesium
  npm install --save
  bower install
  • Compiling and running application
  gulp & ionic serve

Manage configuration

  • To build on another environment :
    • Add your environment config into app/config.json
    • Run compitaltion using option --env:
  gulp default --env <your_env_name> 

Best pratices

Cesium could be run on phone devices. Please read performance tips on AgularJS + Ionic before starting to contribute. Read also Angular performance for large applicatoins.