Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
julien veyssier
r-package-checker
Commits
8c1d7909
Commit
8c1d7909
authored
Jun 03, 2015
by
Julien Veyssier
Browse files
README updated
parent
894ff48f
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8c1d7909
...
@@ -95,6 +95,7 @@ To setup and use the web interface you need to :
...
@@ -95,6 +95,7 @@ To setup and use the web interface you need to :
*
Copy view.php, start.php, config.php in a directory inside your web root
*
Copy view.php, start.php, config.php in a directory inside your web root
*
Adjust variables in config.php :
*
Adjust variables in config.php :
```
php
```
php
// name of the package to test
// name of the package to test
$package_to_test
=
"mypkg"
;
$package_to_test
=
"mypkg"
;
...
@@ -125,5 +126,6 @@ $nb_threads = 4;
...
@@ -125,5 +126,6 @@ $nb_threads = 4;
// (will prefix start.php and view.php in links)
// (will prefix start.php and view.php in links)
$base_url
=
"http://my.server.org/r-package-checker/"
;
$base_url
=
"http://my.server.org/r-package-checker/"
;
```
```
*
Visit http://your.server.org/rcheck/start.php to launch a check.
*
Visit http://your.server.org/rcheck/start.php to launch a check.
*
Follow the link given by start.php to view.php to see the real time check progress.
*
Follow the link given by start.php to view.php to see the real time check progress.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment