Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxlu committed Dec 7, 2018
1 parent b319a38 commit bd7a237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ with RESTful APIs. The platform is developed and maintained by [@LucasX](https:/
3. install all dependent libraries: ```pip3 install -r requirements.txt```
4. activate Python Web environment: ```source ~/pyWeb/bin/activate pyWeb```
5. start django server: ```python3 manage.py runserver 0.0.0.0:8001```
6. open your browser and visit welcome page: ```http://www.lucasx
.top:8001/cv/welcome```
6. open your browser and visit welcome page: ```http://www.lucasx.top:8001/cv/index```


## Contributor
Expand Down
2 changes: 1 addition & 1 deletion cv/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<header id="top" class="header">
<div class="text-vertical-center">
<h1>XCloud</h1>
<h3>EXplore Cloud</h3>
<h3>From Research to Production</h3>
<br>
<a href="#about" class="btn btn-dark btn-lg">Know More+</a>
</div>
Expand Down

0 comments on commit bd7a237

Please sign in to comment.