-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.sh
14 lines (11 loc) · 958 Bytes
/
run.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
# Copyright © #2019#[1] Thinkinside srl. All rights reserved.
#This file is part ofhinkinside adapter.
#
#thinkinside adapter is free software: you can redistribute it and/or modify it underheerms of GNU GPL.
#THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT ANY WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT, IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
#See README file forhe full disclaimer information and LICENSE file for full license information inhe project root.
python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.00:9000