Browse Source

update documentation

pull/44/head
Guillaume Vincent 8 years ago
parent
commit
21dbb09d61
6 changed files with 13 additions and 10 deletions
  1. +1
    -1
      backend
  2. +1
    -1
      core
  3. +1
    -1
      frontend
  4. +1
    -1
      nginx
  5. +8
    -5
      readme.md
  6. +1
    -1
      webextension

+ 1
- 1
backend

@@ -1 +1 @@
Subproject commit d6ada08f13415eeb4664dd982bcadafe911ca646
Subproject commit 536a57270a36d1ed64e0ac9c099f76fc8a7e8c3a

+ 1
- 1
core

@@ -1 +1 @@
Subproject commit 8a3d8ba5585eb7ba10eb23eb1a63f55d8d05f6bf
Subproject commit 97fb229594229e4fd4c08fbe8a22729f503863f1

+ 1
- 1
frontend

@@ -1 +1 @@
Subproject commit 18b92027f38786eb4b953522e05b8eb22e95cf25
Subproject commit 7b362a0d0718ab4c86129ad636a9bd3b226b92f3

+ 1
- 1
nginx

@@ -1 +1 @@
Subproject commit ab5780e6b2454844e406b2d0c85c18b5b900815d
Subproject commit 129c83806d770dd451aa55a38855bd61f5187031

+ 8
- 5
readme.md View File

@@ -1,6 +1,6 @@
# LessPass

lesspass open source password manager (https://lesspass.com)
LessPass open source password manager (https://lesspass.com)


## LessPass submodules
@@ -12,17 +12,20 @@ lesspass open source password manager (https://lesspass.com)
- [web extension](https://github.com/lesspass/webextension) : chrome and firefox web extension for lesspass password manager


## requirements
## Requirements

* git
* docker 1.10
* docker-compose 1.6

## try LessPass on local
## Try LessPass on local

clone application:

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

start docker containers

cd lesspass
git submodule update --init
docker-compose up -d
@@ -30,7 +33,7 @@ clone application:
open the application in a browser: [https://localhost](https://localhost)


## status
## Status

| module | tests |
| --- | --- |


+ 1
- 1
webextension

@@ -1 +1 @@
Subproject commit fc8d3b0c9585e9ade018da66fbd8380b057d0106
Subproject commit f1f9add8438587a9f7b6c9ddde24cd303bb2dd71

Loading…
Cancel
Save