18F / codimd-cloudgov-template

CodiMD - Realtime collaborative markdown notes on all platforms. Deployable for free testing on https://cloud.gov sandbox. [WARNING] Not actively maintained, use is for demonstration only. File an issue if instructions are not working. https://github.com/hedgedoc/hedgedoc/blob/master/docs/history.md

Home Page:https://github.com/18f/codimd-cloudgov-template#deploy-to-cloudgov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodiMD

build status version Gitter POEditor

CodiMD lets you collaborate in real-time with markdown. Built on HackMD source code, CodiMD lets you host and control your team's content with speed and ease.

screenshot

Deploy to Cloud.gov

$ git clone https://github.com/18f/paas-codimd
$ cd paas-codimd
$ git checkout -b some-test-branch
$ cp config.json.sample config.json
# ^ this file is git ignored and is where you will copy and paste the github oauth tokens

Install Node/NPM Check to see what is working in upstream

Install yarn and build app

$ npm install -g yarn
$ yarn install
$ yarn run build

Setup a cloud.gov account, follow instructions to install the cf-cli, and login on the command line:

cf login -a api.fr.cloud.gov  --sso
  • Copy and Paste the Temporary Authentication Code when prompted
  • Setup a demo application space
  • Create a small shared postgresql database for testing
  • Update manifest.yml file to rename applications: - name:
$ cf target -o sandbox-gsa create-space paas-codimd
$ cf marketplace
$ cf create-service aws-rds shared-psql paas-codimd-db
$ cf create-service-key paas-codimd-db paas-codimd-db-test
$ cf push

Table of Contents

HackMD

HackMD helps developers write better documents and build active communities with open collaboration. HackMD is built with one promise - You own and control all your content:

CodiMD - The Open Source HackMD

CodiMD is the free software version of HackMD, developed and opened source by the HackMD team with reduced features (without book mode), you can use CodiMD for your community and own all your data. (See the origin of the name CodiMD.)

CodiMD is perfect for open communities, while HackMD emphasizes on permission and access controls for commercial use cases.

HackMD team is committed to keep CodiMD open source. All contributions are welcome!

Documentation

You would find all documentation here: CodiMD Documentation

Deployment

If you want to spin up an instance and start using immediately, see Docker deployment. If you want to contribute to the project, start with manual deployment.

Configuration

CodiMD is highly customizable, learn about all configuration options of networking, security, performance, resources, privilege, privacy, image storage, and authentication in CodiMD Configuration.

Upgrading and Migration

Upgrade CodiMD from previous version? See this guide
Migrating from Etherpad? Follow this guide

Developer

Join our contributor community! Start from deploying CodiMD manually, connecting to your own database, learn about the project structure, to build your changes with the help of webpack.

Contribution and Discussion

All contributions are welcome! Even asking a question helps.

Project Contribution Types Contribution Venue
CodiMD πŸ‘« Community chat Gitter
πŸ› Issues, bugs, and feature requests Issue tracker
πŸ“š Improve documentation Documentations
πŸ“ Translation POEditor
β˜• Donation Buy us coffee
HackMD ❓ Issues related to HackMD Issue tracker
✏️ Translation hackmd-locales

Browser Support

CodiMD is a service that runs on Node.js, while users use the service through browsers. We support your users using the following browsers:

  • Chrome Chrome >= 47, Chrome for Android >= 47
  • Safari Safari >= 9, iOS Safari >= 8.4
  • Firefox Firefox >= 44
  • IE / Edge IE >= 9, Edge >= 12
  • Opera Opera >= 34, Opera Mini not supported
  • Android Browser >= 4.4

To stay up to date with your installation it's recommended to subscribe the release feed.

License

License under AGPL.

About

CodiMD - Realtime collaborative markdown notes on all platforms. Deployable for free testing on https://cloud.gov sandbox. [WARNING] Not actively maintained, use is for demonstration only. File an issue if instructions are not working. https://github.com/hedgedoc/hedgedoc/blob/master/docs/history.md

https://github.com/18f/codimd-cloudgov-template#deploy-to-cloudgov

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 75.8%Language:EJS 12.3%Language:CSS 9.4%Language:HTML 1.1%Language:Handlebars 1.1%Language:Shell 0.2%Language:Dockerfile 0.1%Language:Procfile 0.0%