Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • C chouette-core
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 36
    • Merge requests 36
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Administrator
  • chouette-core
  • Wiki
  • Installation manual

Installation manual · Changes

Page history
Updated Installation manual (markdown) authored Jun 04, 2018 by Luc Donnet's avatar Luc Donnet
Hide whitespace changes
Inline Side-by-side
Showing with 9 additions and 5 deletions
+9 -5
  • Installation-manual.md Installation-manual.md +9 -5
  • No files found.
Installation-manual.md
View page @ 35283d14
......@@ -57,11 +57,7 @@ yarn install
When promted for the password enter the highly secure string `chouette`.
## Rails
### Dependencies
As documented [here](https://github.com/dryade/georuby-ext/issues/2) we need some more libs before we can start the `rake` setup tasks.
As documented [here](https://github.com/dryade/georuby-ext/issues/2) we need some more libs before we can use database :
On mac/OS :
......@@ -75,6 +71,14 @@ On debian/ubuntu system :
sudo apt-get install libproj-dev postgis
```
## Rails
### Dependencies
```sh
sudo apt-get install libmagickwand-dev
```
### Install gems
Add the bundler gem
......
Clone repository

Coding Conventions