Skip to content

intersystems-community/partner-documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains documentations for community projects:

  • OpenExchange (currently Jekyll is used)

Load gems for development

In project directory:

bundle install --deployment

Bump Gemfile.lock dependencies versions

In project directory:

bundle update

Run livereload serve

In project directory:

bundle exec jekyll serve -l

Local test

In project directory:

docker-compose up -d --build

Open http://localhost:8080 in a browser.