mirror of
https://github.com/Quackster/Minerva.git
synced 2025-06-29 21:07:45 +00:00
add readme updates... again
This commit is contained in:
parent
11d374162c
commit
8e8a902f3a
3 changed files with 3 additions and 9 deletions
2
Avatara
2
Avatara
|
@ -1 +1 @@
|
||||||
Subproject commit 27451f5134e580d987083a22e3ed26b55e9799fd
|
Subproject commit 8b43f22da5c52db261317b1d194568c97cc7fb8d
|
|
@ -9,8 +9,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Avatara", "Avatara\Avatara\
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Badger", "Badger\Badger\Badger.csproj", "{E48C13EC-9975-46C2-A041-9B24568DED03}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Badger", "Badger\Badger\Badger.csproj", "{E48C13EC-9975-46C2-A041-9B24568DED03}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Flazzy", "Avatara\Flazzy\Flazzy\Flazzy.csproj", "{B329EB02-6E7A-4858-A64F-4B8362D721E2}"
|
|
||||||
EndProject
|
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
@ -29,10 +27,6 @@ Global
|
||||||
{E48C13EC-9975-46C2-A041-9B24568DED03}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{E48C13EC-9975-46C2-A041-9B24568DED03}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{E48C13EC-9975-46C2-A041-9B24568DED03}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{E48C13EC-9975-46C2-A041-9B24568DED03}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{E48C13EC-9975-46C2-A041-9B24568DED03}.Release|Any CPU.Build.0 = Release|Any CPU
|
{E48C13EC-9975-46C2-A041-9B24568DED03}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{B329EB02-6E7A-4858-A64F-4B8362D721E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
|
||||||
{B329EB02-6E7A-4858-A64F-4B8362D721E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
|
||||||
{B329EB02-6E7A-4858-A64F-4B8362D721E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
|
||||||
{B329EB02-6E7A-4858-A64F-4B8362D721E2}.Release|Any CPU.Build.0 = Release|Any CPU
|
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(SolutionProperties) = preSolution
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
HideSolutionNode = FALSE
|
HideSolutionNode = FALSE
|
||||||
|
|
|
@ -19,11 +19,11 @@ Run the project.
|
||||||
|
|
||||||
(On Linux for example)
|
(On Linux for example)
|
||||||
|
|
||||||
``./AvataraWebApp --urls=http://*:8090/``
|
``./Minerva --urls=http://*:8090/``
|
||||||
|
|
||||||
(On Windows for example)
|
(On Windows for example)
|
||||||
|
|
||||||
``AvataraWebApp.exe --urls=http://*:8090/``
|
``Minerva.exe --urls=http://*:8090/``
|
||||||
|
|
||||||
|
|
||||||
The endpoints will be available:
|
The endpoints will be available:
|
||||||
|
|
Loading…
Add table
Reference in a new issue