diff --git a/readme.md b/readme.md index 808fdf9..855aeaa 100644 --- a/readme.md +++ b/readme.md @@ -26,8 +26,8 @@ Shows the current coffee scale status. Set up your SSH key authentication in GitLab Profile Settings. Then clone the repository and checkout the development branch: -``` -git clone git@git.sahkoinsinoorikilta.fi:vtmk/web2.0.git +```bash +git clone git@gitlab.com:sahkoinsinoorikilta/vtmk/web2.0-backend.git cd web2.0 git checkout develop cp scripts/git/pre-push .git/hooks/pre-push # install a script to test code before committing @@ -45,7 +45,7 @@ See [Linux/Mac install instructions](./linux_install.md) Run the following `manage.py` commands. Do not run these in production without thinking! -``` +```bash python manage.py createdefaultadmin # creates an admin user python manage.py initialize # creates user groups python manage.py createdummydata # creates dummy members to the member register @@ -55,7 +55,7 @@ python manage.py createdummydata # creates dummy members to the member regis ### Use runserver command -``` +```bash python manage.py runserver 0.0.0.0:8000 ```