Add setup steps
Add setup steps in readme. and include stray changes from a template smh Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
This commit is contained in:
parent
10592cb2d2
commit
53a59f4f27
16
README.md
16
README.md
@ -0,0 +1,16 @@
|
|||||||
|
# GibCasa GameServerSupervisor
|
||||||
|
|
||||||
|
# Setup
|
||||||
|
|
||||||
|
|
||||||
|
* clone the repo
|
||||||
|
* create venv `python3 -m venv venv`
|
||||||
|
* activate `source venv/bin/activate`
|
||||||
|
* `pip install -r requirements.txt`
|
||||||
|
* will need docker running
|
||||||
|
* Create admin user: `python manage.py createsuperuser`
|
||||||
|
* `python manage.py makemigrations`
|
||||||
|
* `python manage.py migrate`
|
||||||
|
* `python manage.py runserver`
|
||||||
|
* visit http://localhost:8000 for /public and
|
||||||
|
http://localhost:8000/admin/ to log in via the superuser credentials
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Game Hosting Panel</title>
|
<title>GibCasa GSM</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
|
Loading…
Reference in New Issue
Block a user