Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
v2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Sep 19, 2015
1 parent 0f436b7 commit 5be5ba6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -159,8 +159,8 @@ npm rebuild
Download, unpack, configure, launch :

```bash
curl -L https://github.com/soyuka/explorer/archive/v2222.2.6.2.tar.gz | tar xz
cd explorer-2222.2.6.2
curl -L https://github.com/soyuka/explorer/archive/v22222.2.7.2.tar.gz | tar xz
cd explorer-22222.2.7.2
cp config.example.yml config.yml #copy default configuration
cp users.default data/users #copy default database
npm rebuild
Expand All @@ -169,7 +169,7 @@ npm rebuild
#### Mirror

```bash
curl -L http://lab.wareziens.net/soyuka/explorer/repository/archive.tar.gz?ref=v2222.2.6.2 | tar xz
curl -L http://lab.wareziens.net/soyuka/explorer/repository/archive.tar.gz?ref=v22222.2.7.2 | tar xz
```

Check `IP:4859`, login with `admin:admin`. Don't forget to change the password!
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "xplorer",
"version": "2.2.6",
"version": "2.2.7",
"description": "Explore and share. Highly-configurable directory listing made with nodejs",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 5be5ba6

Please sign in to comment.