Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
C
cosum
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 1
    • Merge requests 1
  • Requirements
    • Requirements
    • List
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code Review
    • Insights
    • Issue
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • michael
  • cosum
  • Issues
  • #4

Closed
Open
Created Feb 13, 2021 by Daniel Appelt@danielappelt

Installation instructions should be improved

The meaning of the different entries in .env.example should either be explained in the README or in the example file itself. APP_KEY and APP_URL seem to be essential to make a Cosum installation run.

php artisan key:generate

should be added to the "Database" section in order to generate an APP_KEY.

In section "The first User" parameters for App\\User::create should be added. As far as I can tell, this should work

$u1=App\User::create(['name'=>'admin', 'email'=>'admin@example.com', 'admitted'=>1, 'password'=>bcrypt('theAdminPW')]);

Furthermore, it would be better to have the statements required in this section to be put in a block in order to not miss one of them.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None