Skip to content

Commit

Permalink
Updated docs for repo transfer to Webinate
Browse files Browse the repository at this point in the history
  • Loading branch information
MKHenson committed Jul 21, 2016
1 parent 00a5042 commit d8a6b6f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion install-script-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set -e
echo "Downloading latest version from github dev"

#download latest
wget https://github.com/MKHenson/users/archive/dev.zip
wget https://github.com/Webinate/users/archive/dev.zip
unzip -o "dev.zip" "users-dev/*"

# Moves the dist folder to the current directory
Expand Down
2 changes: 1 addition & 1 deletion install-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version() {
echo "Downloading latest version from github $(version)"

#download latest
wget https://github.com/MKHenson/users/archive/v$(version).zip
wget https://github.com/Webinate/users/archive/v$(version).zip
unzip -o "v$(version).zip" "users-$(version)/*"

# Moves the dist folder to the current directory
Expand Down
7 changes: 3 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Users
===============

A small library providing utility methods for logging in and managing users. The application runs as a standalone
server with a RESTful API that allows you to interact with the underlying functions. Users requires NodeJS v.0.12.0 (or IO.js),
Node Package Manager (NPM) and a running instance of mongoDB
Expand Down Expand Up @@ -29,11 +28,11 @@ cd users

If you want the latest stable release
```
sudo curl -o- https://raw.githubusercontent.com/MKHenson/webinate-users/master/install-script.sh | bash
sudo curl -o- https://raw.githubusercontent.com/Webinate/users/master/install-script.sh | bash
```
If you want the latest dev release
```
sudo curl -o- https://raw.githubusercontent.com/MKHenson/webinate-users/dev/install-script-dev.sh | bash
sudo curl -o- https://raw.githubusercontent.com/Webinate/users/dev/install-script-dev.sh | bash
```

3) Call 'npm install' to load the dependencies for building the project from source code
Expand Down Expand Up @@ -65,7 +64,7 @@ The server uses mongoDB as its database engine - make sure this is running befor
node main.js --config="config.json" --logging="true" --logFile="logs.log" --numThreads="max"

The config file must be formatted as a valid JSON.
Please have a look at the [latest config definition](https://github.com/MKHenson/users/blob/master/src/definitions/custom/definitions.d.ts#L331)
Please have a look at the [latest config definition](https://github.com/Webinate/users/blob/master/src/definitions/custom/definitions.d.ts#L331)
for details of what each parameter does.

## Socket API
Expand Down

0 comments on commit d8a6b6f

Please sign in to comment.