소스 검색

update documentation

pull/44/head
Guillaume Vincent 8 년 전
부모
커밋
ad093cd044
1개의 변경된 파일2개의 추가작업 그리고 24개의 파일을 삭제
  1. +2
    -24
      readme.md

+ 2
- 24
readme.md 파일 보기

@@ -9,37 +9,15 @@ LessPass open source password manager (https://lesspass.com)

## LessPass submodules

- [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
- [api](https://github.com/lesspass/api) : backend api used to store information about passwords
- [core](https://github.com/lesspass/core) : npm module with a clean api used to create passwords
- [pure](https://github.com/lesspass/pure) : password generator component used in the web extension and the frontend app.
- [cozy](https://github.com/lesspass/cozy) : MyCozyCloud application
- [desktop](https://github.com/lesspass/desktop) : desktop app built with electron
- [backend](https://github.com/lesspass/api) : backend api used to store information about passwords
- [frontend](https://github.com/lesspass/frontend) : frontend for LessPass with vuejs
- [nginx](https://github.com/lesspass/nginx) : configuration for nginx
- [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager


## Requirements

* git
* docker 1.10
* docker-compose 1.6

## Try LessPass on local

clone application:

git clone https://github.com/lesspass/lesspass.git

start docker containers

cd lesspass
git submodule update --init
docker-compose up -d

open the application in a browser: [https://localhost](https://localhost)


## Status

| module | tests |


불러오는 중...
취소
저장