Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hmert committed May 23, 2015
1 parent 38a415c commit 5469bb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Installing Dependencies
-----------------------
Right before installing dependencies, create a database for OJS because OJS's installation wizard will ask for a database name after dependencies are installed.

To install dependencies you will need Composer and bower. If you don't have those installed, refer to [Composer's own installation guide](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) and [Bower's own installatiion guide](http://bower.io/#install-bower).
To install dependencies you will need Composer and bower. If you don't have those installed, refer to [Composer's own installation guide](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) and [Bower's own installation guide](http://bower.io/#install-bower).

You might want to move Composer to a directory in PATH, so you can access Composer from anywhere. Run `# mv composer.phar /usr/local/bin/composer` to do that.

Expand All @@ -45,4 +45,4 @@ You need to run `$ bower install` to get external JavaScript and CSS libraries.

Troubleshooting
----------------
If anything goes wrong (ie. you get a blank page instead of OJS home) check logs under app/log directory and Apache's own log file.
If anything goes wrong (ie. you get a blank page instead of OJS home) check logs under app/log directory and Apache's own log file.

0 comments on commit 5469bb0

Please sign in to comment.