Code Monkey home page Code Monkey logo

map-x-vagrant's Introduction

MAP-X LXC container

Set up a LXC container for map-x

  1. install vagrant-lxc
  2. type git clone https://github.com/fxi/map-x-vagrant-lxc map-x-vagrant-lxc && cd "$_"
  3. fill up config/credentials/credentials.sh
  4. type vagrant up

Structure

.
├── README.md 
├── Vagrantfile [ Vagrant configuration file ]
├── config [ hold configuration files ]
│   ├── credentials 
│   │   ├── credentials.sh [ passwords and email settings ]
│   │   └── credentials.sh.template
│   ├── nginx [ internal nginx and map-x settings ]
│   │   ├── mapx.conf
│   │   └── nginx.conf
│   ├── postgres 
│   │   ├── crypto.sql [ encryption functions used in map-x ]
│   │   └── tables.sql [ minimal map-x table]
│   └── shiny
│       └── shiny-server.conf [ shiny server configuration ]
├── data [ hold generated data ]
│   ├── passwords [ hold generated password files if no password provieded in credentials.sh ]
│   ├── postgres [ if mapx.sql dump is present here, import it ]
│   ├── receipts [ empty files corresponding to each script. If nothing, every steps will be executed ]
│   └── userdata [ could be used to store map-x user data. ]
└── scripts [ script to execute. The main file is install.sh ]
    ├── backup-mapx-db.sh
    ├── helper.sh
    ├── install.sh
    ├── part_apt_depedencies.sh
    ├── part_apt_sources.sh
    ├── part_gdal.sh
    ├── part_gist.sh
    ├── part_mapx.sh
    ├── part_mapx_landing.sh
    ├── part_nginx_config.sh
    ├── part_node_manager.sh
    ├── part_pm2.sh
    ├── part_postfix.sh
    ├── part_postgres_import_dump.sh
    ├── part_postgres_init.sh
    ├── part_postgres_init_tables.sh
    ├── part_postgres_set_pwd.sh
    ├── part_r_packages.sh
    ├── part_shiny_server.sh
    ├── part_shiny_server_config.sh
    ├── part_vt.sh
    └── prepare.sh

map-x-vagrant's People

Contributors

fxi avatar thomaspiller avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.