Skip to content

Commit

Permalink
Updated urls to new git repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
MKHenson committed Jul 21, 2016
1 parent 1b20bbd commit bdef3df
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ dlldata.c
*.svclog
*.scc
*.bat
config-webinate.json
config-mkhenson.json
config.json

# Chutzpah Test files
_Chutzpah*
Expand Down
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 dev version from github"

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

# Moves the server 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/modepress/archive/v$(version).zip
wget https://github.com/Webinate/modepress/archive/v$(version).zip
unzip -o "v$(version).zip" "modepress-$(version)/*"

# Moves the server folder to the current directory
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A simple Mongo-Node CMS server. The server is accessed via a RESTful API.
## Requirements
* MongoDB v3
* Node 6.2
* [Webinate-Users](https://github.com/MKHenson/webinate-users)
* [Webinate-Users](https://github.com/Webinate/users)
* **Tested Ubuntu v14**
* [Gulp](https://github.com/gulpjs/gulp/blob/master/docs/getting-started.md)

Expand All @@ -30,13 +30,13 @@ sudo su
If you want the latest stable version:

```
curl -o- https://raw.githubusercontent.com/MKHenson/modepress/master/install-script.sh | bash
curl -o- https://raw.githubusercontent.com/Webinate/modepress/master/install-script.sh | bash
```

OR if you want the dev build

```
curl -o- https://raw.githubusercontent.com/MKHenson/modepress/dev/install-script-dev.sh | bash
curl -o- https://raw.githubusercontent.com/Webinate/modepress/dev/install-script-dev.sh | bash
```

This downloads the latest modepress project into the current folder.
Expand Down

0 comments on commit bdef3df

Please sign in to comment.