Fakultas Ilmu Komputer UI
Skip to content
GitLab
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 @@
...
@@ -7,6 +7,7 @@
-
[
Install
](
#install
)
-
[
Install
](
#install
)
-
[
Running Development Mode (Classic)
](
#running-development-mode-classic
)
-
[
Running Development Mode (Classic)
](
#running-development-mode-classic
)
-
[
Running Development Mode (Containerised)
](
#running-development-mode-containerised
)
-
[
Running Development Mode (Containerised)
](
#running-development-mode-containerised
)
-
[
References
](
#references
)
-
[
License
](
#license
)
-
[
License
](
#license
)
## Install
## Install
...
@@ -64,7 +65,7 @@ pip install -r requirements.txt
...
@@ -64,7 +65,7 @@ pip install -r requirements.txt
If you are cloning the project for the first time into your local development
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
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
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:
the database, perform database migration and seeding:
```
bash
```
bash
...
@@ -149,6 +150,11 @@ container. Thus, you can see the app via Web browser by opening
...
@@ -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
> you want to see changes in the codebase reflected in real-time, follow the
> classical approach for running the development mode.
> 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
## License
Copyright (c) 2017 PPLA1 Team & Faculty of Computer Science Universitas
Copyright (c) 2017 PPLA1 Team & Faculty of Computer Science Universitas
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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