Skip to content

Commit 168ea0e

Browse files
authored
Remove non-installed instructions from docs (#1310)
With the virtualenv as recommended install method this isn't really necessary anymore, so we'd rather avoid supporting this.
1 parent 8c0ff79 commit 168ea0e

File tree

4 files changed

+4
-45
lines changed

4 files changed

+4
-45
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,11 @@ If instead you have found a possible bug, please go ahead filing the issue using
2828

2929
### Logs
3030

31-
[Please attach relevant logs of the component(s) that caused the problem; you can find them in /var/local/log/cms/ (if CMS was running
32-
installed) or in ./log (if it was running from the local copy).]
31+
[Please attach relevant logs of the component(s) that caused the problem; you can find them in /var/local/log/cms/.]
3332

3433
### System Information
3534

3635
**CMS version:** [master, or a specific version]
37-
**Was CMS installed:** [yes or no]
38-
**Using a virtualenv:** [yes or no]
36+
**How was CMS installed:** [virtualenv, docker, ...?]
3937
**Postgres version:** [if relevant]
4038
**Distribution and version:** [if relevant]

.github/SUPPORT.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ or write on the **support mailing list**
1212

1313
To help with the troubleshooting, you can upload on some online
1414
pastebin the relevant **log files**, that you can find in
15-
/var/local/log/cms/ (if CMS was running installed) or in ./log (if it
16-
was running from the local copy).
15+
`/var/local/log/cms/`.
1716

1817
If you encountered a bug, please file an
1918
[issue](https://github.com/cms-dev/cms/issues) on **GitHub** following

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ required (you can see the archives on [Google
5656
Groups](https://groups.google.com/forum/#!forum/contestms-support)).
5757

5858
To help with the troubleshooting, you can upload on some online pastebin the
59-
relevant **log files**, that you can find in `/var/local/log/cms/` (if CMS was
60-
running installed) or in ./log (if it was running from the local copy).
59+
relevant **log files**, that you can find in `/var/local/log/cms/`.
6160

6261
If you encountered a bug, please file an
6362
[issue](https://github.com/cms-dev/cms/issues) on **GitHub** following the

docs/Installation.rst

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -228,43 +228,6 @@ Apart from validity, there are many possible tweaks to reduce the variability in
228228
We suggest following isolate's `guidelines <https://github.com/ioi/isolate/blob/c679ae936d8e8d64e5dab553bdf1b22261324315/isolate.1.txt#L292>`_ for reproducible results.
229229

230230

231-
.. _installation_running-cms-non-installed:
232-
233-
Running CMS non-installed
234-
=========================
235-
236-
To run CMS without installing it in the system, you need first to build the prerequisites:
237-
238-
.. sourcecode:: bash
239-
240-
python3 prerequisites.py build
241-
242-
There are still a few steps to complete manually in this case. First, add CMS and isolate to the path and create the configuration files:
243-
244-
.. sourcecode:: bash
245-
246-
export PATH=$PATH:./isolate/
247-
export PYTHONPATH=./
248-
cp config/cms.conf.sample config/cms.conf
249-
cp config/cms.ranking.conf.sample config/cms.ranking.conf
250-
251-
Second, perform these tasks (that require root permissions):
252-
253-
* create the ``cmsuser`` user and a group with the same name;
254-
255-
* add your user to the ``cmsuser`` group;
256-
257-
* set isolate to be owned by root:cmsuser, and set its suid bit.
258-
259-
For example:
260-
261-
.. sourcecode:: bash
262-
263-
sudo useradd cmsuser
264-
sudo usermod -a -G cmsuser <your user>
265-
sudo chown root:cmsuser ./isolate/isolate
266-
sudo chmod u+s ./isolate/isolate
267-
268231
Updating CMS
269232
============
270233

0 commit comments

Comments
 (0)