Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Cesium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
Cesium-grp
Cesium
Merge requests
!215
installation facilitée
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
installation facilitée
ContribuLibre:master
into
master
Overview
0
Commits
3
Pipelines
0
Changes
3
Merged
Benoit Lavenier
requested to merge
ContribuLibre:master
into
master
8 years ago
Overview
0
Commits
3
Pipelines
0
Changes
3
Expand
Created by: GammaNu
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
93db4d15
3 commits,
7 years ago
3 files
+
20
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
README.md
+
12
−
0
Options
@@ -21,6 +21,18 @@ Try it at: http://cesium.duniter.fr
Cesium can be easily installed on most web server.
#### Minimal install from source
if you don't allready use nodejs, see
[
Prerequisite
](
https://github.com/duniter/cesium#prerequisite
)
```
bash
git clone https://github.com/duniter/cesium.git
cd
cesium
npm
install
npm start
```
Answer asked questions.
Your cesium instance is now reacheable on :
[
http://localhost:8100/
](
http://localhost:8100/
)
or an other ip if your listen on an other interface.
#### Installation script
For Linux distribution, a installation script could be used to:
Loading