Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • editoria editoria
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 147
    • Issues 147
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • editoria
  • editoriaeditoria
  • Issues
  • #500

Closed
Open
Created Feb 14, 2022 by ckepper@ckepper

Installation instructions are missing the `server` entry in `/etc/hosts`

The docker-compose file didn't work for me out of the box and I noticed that the installation instructions were incomplete. After applying the patch below, things started to work for me.

Index: INSTALL.md
<+>UTF-8
===================================================================
diff --git a/INSTALL.md b/INSTALL.md
--- a/INSTALL.md	(revision cc406991934ceabee82f90ad5cc59efe3dd1a01e)
+++ b/INSTALL.md	(date 1644842746808)
@@ -32,6 +32,7 @@

 127.0.0.1 file_hosting
 127.0.0.1 pagedjs
+127.0.0.1 server
Edited Feb 14, 2022 by ckepper
Assignee
Assign to
Time tracking