mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 04:39:44 +02:00
Update repository paths because of transfer
This commit is contained in:
parent
cb2f795ef1
commit
7fb033b9ae
3 changed files with 10 additions and 10 deletions
|
@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
|
|||
## Enforcement
|
||||
|
||||
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
|
||||
is deemed necessary and appropriate to the circumstances. The project team is
|
||||
obligated to maintain confidentiality with regard to the reporter of an incident.
|
||||
|
|
14
README.md
14
README.md
|
@ -1,12 +1,12 @@
|
|||
# Planka
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A Trello-like kanban board built with React and Redux.
|
||||
|
||||

|
||||

|
||||
|
||||
[**Client demo**](https://meltyshev.github.io/planka) (without server features).
|
||||
[**Client demo**](https://plankanban.github.io/planka) (without server features).
|
||||
|
||||
## Features
|
||||
|
||||
|
@ -27,14 +27,14 @@ A Trello-like kanban board built with React and Redux.
|
|||
[](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.
|
||||
- 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 `SECRET_KEY` with random value. You can generate it by `openssl rand -hex 64`.
|
||||
|
||||
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:
|
||||
|
@ -48,7 +48,7 @@ Demo user: demo@demo.demo demo
|
|||
## Development
|
||||
|
||||
```
|
||||
git clone https://github.com/meltyshev/planka.git
|
||||
git clone https://github.com/plankanban/planka.git
|
||||
```
|
||||
|
||||
Server folder:
|
||||
|
@ -91,4 +91,4 @@ Demo user: demo@demo.demo demo
|
|||
|
||||
## 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).
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
"name": "planka",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"homepage": "https://meltyshev.github.io/planka",
|
||||
"homepage": "https://plankanban.github.io/planka",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/meltyshev/planka.git"
|
||||
"url": "https://github.com/plankanban/planka.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Maksim Eltyshev"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue