Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
4c062570
Commit
4c062570
authored
8 years ago
by
广宏伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
6ef33eb0
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
7 deletions
+9
-7
README.md
README.md
+9
-7
No files found.
README.md
View file @
4c062570
...
...
@@ -17,21 +17,23 @@
~ 快速开始
```
pip install -r requirements.txt
pip install -r requirements.txt
# Install pip module
cp config-example.py config.py
yum -y install `cat rpm_requirements.txt` # Install rpm package
c
d apps && python manage.py makemigrations
c
p config-example.py config.py # Prepaire config from example config
python manage.py migrate
cd apps && python manage.py makemigrations # Make migrations for django
python manage.py
loaddata init
python manage.py
migrate # Migrate ORM to database
python manage.py loadata fake
python manage.py loaddata init # Init some data
python manage.py loaddata fake # Generake some fake data
yum -y install redis && service redis start # Or install redis docker
python manage.py runserver 0.0.0.0:80
python manage.py runserver 0.0.0.0:80
# Run it
```
...
...
This diff is collapsed.
Click to expand it.
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