Skip to content

Commit

Permalink
Merge pull request #1 from Esri/master
Browse files Browse the repository at this point in the history
Clickable Thumbnail
  • Loading branch information
gcampanile committed Sep 3, 2014
2 parents c05b29a + e43014c commit e8d9814
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ With the Geoportal Server you can:

Want to learn more? Try our [sandbox site](http://gptogc.esri.com)!

Want to get started right away? Download the [compiled distribution and installation files] (http://esri.github.io/geoportal-server/distribution/1.2.4/geoportal-1.2.4.zip).
Want to get started right away? Download the [compiled distribution and installation files] (http://esri.github.io/geoportal-server/distribution/1.2.5/geoportal-1.2.5.zip).

## Features

Please click [here](http://www.esri.com/software/arcgis/geoportal/key-features) for key features of Geoportal Server.

## Requirements

Please refer to [here](https://github.com/Esri/geoportal-server/wiki/Preinstallation-1.2.4) for system requirements.
Please refer to [here](https://github.com/Esri/geoportal-server/wiki/Preinstallation-1.2.5) for system requirements.

## Resources

Expand Down
6 changes: 3 additions & 3 deletions geoportal/etc/sql/SQLServer/create_schema_mssql.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ rem See the License for the specific language governing permissions and
rem limitations under the License.

@ECHO OFF
IF "%1"=="" Goto Usage
IF "%~1"=="" Goto Usage
IF "%2"=="" Goto Usage
IF "%3"=="" Goto Usage
IF "%4"=="" Goto Usage



SET DBSERVER=%1
SET DBSERVER=%~1
SET DATABASE=%2
SET GEOPORTALUSERLOGIN=%3
SET GEOPORTALUSERPWD=%4
Expand Down Expand Up @@ -82,4 +82,4 @@ ECHO e.g. Create_schema_mssql.cmd localhost geoportal10 geoportal10 geoportal10
goto END


:END
:END

0 comments on commit e8d9814

Please sign in to comment.