Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
76d196b0
Commit
76d196b0
authored
Feb 14, 2017
by
zamil majdy
Browse files
Update README.md
parent
d66f17a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
76d196b0
# How To Build
##Requirements
*
Node + Npm
*
Python + Pip
##Installation
####In two commands
`git clone https://gitlab.com/PPL2017csui/PPLA1.git kape && cd kape && rm -drf .git && git init && npm install && pip install -r requirements.txt && npm run webpack`
`python manage.py runserver`
Detailed :
*
`git clone https://gitlab.com/PPL2017csui/PPLA1.git kape`
*
`cd kape`
*
`npm install`
*
`pip install -r requirements.txt`
*
`npm run webpack`
*
`python manage.py runserver`
For Windows you need to run
`npm run webpack`
and
`python manage.py runserver`
in different terminal.
###Migrate the database
`python manage.py migrate`
Now go to localhost:8000 and you'll see the App running!
This project uses
[
Django Webpack Loader
](
https://github.com/owais/django-webpack-loader
)
.
# How To Build
## Requirements
*
Node + Npm
*
Python + Pip
## Installation
*
`git clone https://gitlab.com/PPL2017csui/PPLA1.git kape`
*
`cd kape`
*
`npm install`
*
`pip install -r requirements.txt`
*
`npm run webpack`
*
`python manage.py runserver`
For Windows you need to run
`npm run webpack`
and
`python manage.py runserver`
in different terminal.
## Migrating the database
`python manage.py migrate`
Now go to localhost:8000 and you'll see the App running!
This project uses
[
Django Webpack Loader
](
https://github.com/owais/django-webpack-loader
)
.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment