diff --git a/install-script-dev.sh b/install-script-dev.sh index dcf2c9a..e6a30a2 100644 --- a/install-script-dev.sh +++ b/install-script-dev.sh @@ -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 diff --git a/install-script.sh b/install-script.sh index d78eee9..44d37fe 100644 --- a/install-script.sh +++ b/install-script.sh @@ -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 diff --git a/readme.md b/readme.md index 902ff67..3d18386 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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 @@ -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 diff --git a/src/dist-files/package.json b/src/dist-files/package.json index 6237269..3c3be77 100644 --- a/src/dist-files/package.json +++ b/src/dist-files/package.json @@ -5,14 +5,14 @@ "main": "server/Main.js", "repository": { "type": "git", - "url": "https://github.com/MKHenson/webinate-users.git" + "url": "https://github.com/Webinate/users.git" }, "author": "Mathew Henson (http://webinate.net)", "license": "ISC", "bugs": { - "url": "https://github.com/MKHenson/webinate-users/issues" + "url": "https://github.com/Webinate/users/issues" }, - "homepage": "https://github.com/MKHenson/webinate-users", + "homepage": "https://github.com/Webinate/users", "dependencies": { "entities": "~1.1.1", "morgan": "~1.5.1",