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
- Host: GitHub
- URL: https://github.com/pablopunk/superdesk-dev
- Owner: pablopunk
- Created: 2018-03-15T15:39:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T19:21:06.000Z (about 3 years ago)
- Last Synced: 2025-02-02T16:38:02.622Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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
```