Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AKPlanning
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KIF
AKPlanning
Merge requests
!65
Clarify instructions for development setup
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Clarify instructions for development setup
voidptr/akplanning:development-instructions
into
master
Overview
0
Commits
3
Pipelines
4
Changes
1
Merged
Nils Steinger
requested to merge
voidptr/akplanning:development-instructions
into
master
4 years ago
Overview
0
Commits
3
Pipelines
4
Changes
1
Expand
Remind user to activate virtualenv
Point to backend instead of frontend (which is empty in a new installation)
0
0
Merge request reports
Viewing commit
8971d24b
Prev
Next
Show latest version
1 file
+
5
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
8971d24b
Clarify instructions for development setup
· 8971d24b
Nils Steinger
authored
4 years ago
README.md
+
5
−
2
Options
@@ -60,10 +60,13 @@ Python requirements are listed in ``requirements.txt``. They can be installed wi
**Development Server**
To start the application for development use
``python manage.py runserver 0:8000``
from the root directory.
*Do not use this for deployment!*
In your browser, access
``http://127.0.0.1:8000/``
and continue from there.
To start the application for development, in the root directory,
1.
activate virtualenv
``source venv/bin/activate``
1.
start development server
``python manage.py runserver 0:8000``
1.
In your browser, access
``http://127.0.0.1:8000/admin/``
and continue from there.
### Deployment Setup
Loading