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
38e1214b
Commit
38e1214b
authored
Sep 24, 2019
by
Daya Adianto
🐈
Browse files
Fix README
parent
8ee8fe29
Pipeline
#20560
passed with stages
in 61 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
38e1214b
...
...
@@ -7,6 +7,7 @@
-
[
Install
](
#install
)
-
[
Running Development Mode (Classic)
](
#running-development-mode-classic
)
-
[
Running Development Mode (Containerised)
](
#running-development-mode-containerised
)
-
[
References
](
#references
)
-
[
License
](
#license
)
## Install
...
...
@@ -64,7 +65,7 @@ pip install -r requirements.txt
If you are cloning the project for the first time into your local development
environment, you need to create a new database user named
`kape`
and create a
new database with the same name for this project. Do not forget to set the
ownership of the new database to
`kape`
user. Once you have finished
initalising
ownership of the new database to
`kape`
user. Once you have finished
setting up
the database, perform database migration and seeding:
```
bash
...
...
@@ -149,6 +150,11 @@ container. Thus, you can see the app via Web browser by opening
> you want to see changes in the codebase reflected in real-time, follow the
> classical approach for running the development mode.
## References
-
[
The original README file
](
README.old.md
)
.
-
[
The original (_upstream_) GitLab project repository
](
https://gitlab.com/PPL2017csui/PPLA1
)
.
## License
Copyright (c) 2017 PPLA1 Team & Faculty of Computer Science Universitas
...
...
Write
Preview
Markdown
is supported
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