19070: Still trying to fix test_with_arvbox
[arvados.git] / doc / _includes / _create_superuser_token.liquid
1 {% comment %}
2 Copyright (C) The Arvados Authors. All rights reserved.
3
4 SPDX-License-Identifier: CC-BY-SA-3.0
5 {% endcomment %}
6
7 On the <strong>API server</strong>, use the following commands:
8
9 <notextile>
10 <pre><code>~$ <span class="userinput">cd /var/www/arvados-api/current</span>
11 $ <span class="userinput">sudo -u <b>webserver-user</b> RAILS_ENV=production bin/bundle exec script/create_superuser_token.rb</span>
12 zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
13 </code></pre>
14 </notextile>