An open API service indexing awesome lists of open source software.

https://github.com/pablopunk/superdesk-dev

Custom script to run superdesk development environment on *nix
https://github.com/pablopunk/superdesk-dev

Last synced: about 1 year ago
JSON representation

Custom script to run superdesk development environment on *nix

Awesome Lists containing this project

README

          

# Superdesk dev utils

## Install

Requires `sudo`

```bash
$ ./install.sh
```

## Usage

I don't directly use this in the CLI, I usually use this `tmuxinator` session [here](https://github.com/pablopunk/dotfiles/blob/master/tmuxinator/sd.yml)

```bash
- Show this help

sd help

- Start the client with a custom server (e.g sd-master)

sd grunt

- Kill remaining server processes

sd kill

Install dependencies for a project (e.g -planning)

sd deps <-project>

- Drop superdesk database

sd wipe

- Initialize data and populate for a specific project (e.g -belga)

sd populate <-project>

- Show your commits from all projects (use 'last' argument for last month period)

sd timetrack
```