Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <oparoz@users.noreply.github.com>2015-09-16 23:40:38 +0300
committerOlivier Paroz <oparoz@users.noreply.github.com>2015-09-16 23:40:38 +0300
commit95129953c168f99caba7963bfd69fa437967fc9b (patch)
tree89fdc5ca59b36f2c24f5d89b7b874e859a801565
parenta0832151ee02787dfededa121811dfaeac62be93 (diff)
Typo
[ci skip]
-rw-r--r--tests/README.MD6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/README.MD b/tests/README.MD
index b69b4c29..6d297c1c 100644
--- a/tests/README.MD
+++ b/tests/README.MD
@@ -30,7 +30,7 @@ Go to Gallery's root directory and type:
That's it. You can check that it's properly "installed" by typing:
-`# php codecept.phar -- version`
+`# php codecept.phar --version`
#### Installing via Composer
@@ -39,6 +39,8 @@ The first step is to [install composer](https://getcomposer.org/doc/00-intro.md)
This usually works well:
+As root
+
`# curl -sS https://getcomposer.org/installer | sudo php -- --install-dir=/usr/local/bin --filename=composer`
Next you'll need to add a Github token to composer so that you can easily download as many dependencies as you need.
@@ -47,6 +49,8 @@ Next you'll need to add a Github token to composer so that you can easily downlo
2. Type the following command: `# composer config --global github-oauth.github.com <your-token> `
+As the www user
+
You can now install all the packages needed to test the app:
`# php -dmemory_limit=1G /usr/local/bin/composer install --prefer-source -o`