1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

Update repository paths because of transfer

This commit is contained in:
Maksim Eltyshev 2020-04-23 22:56:25 +05:00
parent cb2f795ef1
commit 7fb033b9ae
3 changed files with 10 additions and 10 deletions

View file

@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
## Enforcement ## Enforcement
Instances of abusive, harassing, or otherwise unacceptable behavior may be Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at meltyshev@gmail.com. All reported by contacting the project team at contact@plankanban.org. All
complaints will be reviewed and investigated and will result in a response that complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident. obligated to maintain confidentiality with regard to the reporter of an incident.

View file

@ -1,12 +1,12 @@
# Planka # Planka
![David (path)](https://img.shields.io/david/meltyshev/planka?path=client) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/meltyshev/planka) ![GitHub](https://img.shields.io/github/license/meltyshev/planka) ![David (path)](https://img.shields.io/david/plankanban/planka?path=client) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/plankanban/planka) ![GitHub](https://img.shields.io/github/license/plankanban/planka)
A Trello-like kanban board built with React and Redux. A Trello-like kanban board built with React and Redux.
![](https://raw.githubusercontent.com/meltyshev/planka/master/demo.gif) ![](https://raw.githubusercontent.com/plankanban/planka/master/demo.gif)
[**Client demo**](https://meltyshev.github.io/planka) (without server features). [**Client demo**](https://plankanban.github.io/planka) (without server features).
## Features ## Features
@ -27,14 +27,14 @@ A Trello-like kanban board built with React and Redux.
[![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka) [![](https://d207aa93qlcgug.cloudfront.net/1.95.5.qa/img/nav/docker-logo-loggedout.png)](https://hub.docker.com/r/meltyshev/planka)
- Make sure you have [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed and operational. - Make sure you have [Docker](https://docs.docker.com/install/) and [Docker Compose](https://docs.docker.com/compose/install/) installed and operational.
- Create `docker-compose.yml` based on [the example](https://raw.githubusercontent.com/meltyshev/planka/master/docker-compose.yml). This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content. - Create `docker-compose.yml` based on [the example](https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml). This is the ONLY file you will need. You can create this file on your own machine by copy and pasting the content.
- Edit `BASE_URL` to match your domain name or IP address. - Edit `BASE_URL` to match your domain name or IP address.
- Edit `SECRET_KEY` with random value. You can generate it by `openssl rand -hex 64`. - Edit `SECRET_KEY` with random value. You can generate it by `openssl rand -hex 64`.
Download the docker-compose.yml: Download the docker-compose.yml:
``` ```
curl -L https://raw.githubusercontent.com/meltyshev/planka/master/docker-compose.yml -o docker-compose.yml curl -L https://raw.githubusercontent.com/plankanban/planka/master/docker-compose.yml -o docker-compose.yml
``` ```
Pull images and start services: Pull images and start services:
@ -48,7 +48,7 @@ Demo user: demo@demo.demo demo
## Development ## Development
``` ```
git clone https://github.com/meltyshev/planka.git git clone https://github.com/plankanban/planka.git
``` ```
Server folder: Server folder:
@ -91,4 +91,4 @@ Demo user: demo@demo.demo demo
## License ## License
Planka is [MIT licensed](https://github.com/meltyshev/planka/blob/master/LICENSE). Planka is [MIT licensed](https://github.com/plankanban/planka/blob/master/LICENSE).

View file

@ -2,10 +2,10 @@
"name": "planka", "name": "planka",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"homepage": "https://meltyshev.github.io/planka", "homepage": "https://plankanban.github.io/planka",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/meltyshev/planka.git" "url": "https://github.com/plankanban/planka.git"
}, },
"license": "MIT", "license": "MIT",
"author": "Maksim Eltyshev" "author": "Maksim Eltyshev"