Skip to content

lappn99/openlu-setuptool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openlu-setuptool

Tool to help with setup of OpenLU
Credit to lcdr for making their Lego Universe utils

Pre-requisties:

  • Python 3.7
  • OpenLU
  • Lego Universe unpacked client (humanoid/lcdr’s unpacked client reccomended):
  • MySql
    • Only if actually using MySql for your database, otherwise use sqlite, which has no pre requisite

Use

  • Uses no external libaries so only Python 3.7 is needed
  • In root directory:
    • python __main__.py
    • Follow the steps
      • very intuitive, I know
  • OSX/Linux
    • Go to OpenLU.DBContext, open up command line and type
      • dotnet ef migrations add Initial --context BaseContext
      • dotnet ef database update --context BaseContext
  • Windows
    • Go to OpenLU.DBContext, open up command line and run initial.bat

About

Tool to help with setup of OpenLU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages