Skip to content

Commit

Permalink
Update README file
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciusandrade committed Jul 31, 2012
1 parent 94f089b commit 7b5acaf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -21,9 +21,9 @@ Example: Creating a structure and deploy the application under server **/opt/**
$ mv bireme-isis-oai-provider-53c0abc/ isis-oai-provider
```

2. Deploy the aplication on the Web Server (ex. Apache Web Server)
+ Deploy the aplication on the Web Server (ex. Apache Web Server)

* Option A - Using a specific VirtualHost for the web application
* Option A - Using a specific VirtualHost for the web application

```
<VirtualHost *:80>
Expand All @@ -43,7 +43,7 @@ Example: Creating a structure and deploy the application under server **/opt/**
</VirtualHost>
```

* Option B - Using a existing VirtualHost
* Option B - Using a existing VirtualHost

Assuming you have a website running you need to find the path where is located the following components:

Expand All @@ -69,7 +69,7 @@ Then move/copy or create symbolic links to the isis-oai-provider directories:



3. Rename configuration files
+ Rename configuration files

```
$ cd htdocs/isis-oai-provider/
Expand All @@ -78,7 +78,7 @@ Then move/copy or create symbolic links to the isis-oai-provider directories:
```

4. To test the application call your browser and inform your server name like: **http://your_server_name/isis-oai-provider/**
+ To test the application call your browser and inform your server name like: **http://your_server_name/isis-oai-provider/**

Ex. http://isis-oai-provider.local/isis-oai-provider/

Expand Down

0 comments on commit 7b5acaf

Please sign in to comment.