Page MenuHomeSoftware Heritage

Build and upload one swh-web-ui debian package
Closed, MigratedEdits Locked

Description

ssh worker01.internal.softwareheritage.org:

sudo apt-get update
sudo apt-get install -y  python3-swh.web.ui

mkdir -p swh/web-ui

cat <<EOF > web-ui.ini
[main]
# the dedicated storage arguments, comma separated list of values
storage_args = http://localhost:5000/

# either remote_storage or local_storage
storage_class = remote_storage

# where to log information
log_dir = /home/ardumont/swh/web-ui/log

# for dev only
debug = true

# current server (0.0.0.0 for world opening)
host = 0.0.0.0

# its port
port = 6543

EOF

Event Timeline

ardumont claimed this task.
ardumont raised the priority of this task from to Needs Triage.
ardumont updated the task description. (Show Details)
ardumont added a project: Developers.
ardumont added a subscriber: ardumont.
ardumont triaged this task as Normal priority.Oct 1 2015, 11:08 AM
ardumont updated the task description. (Show Details)
ardumont updated the task description. (Show Details)
ardumont updated the task description. (Show Details)
olasd changed the visibility from "All Users" to "Public (No Login Required)".May 13 2016, 5:05 PM