Skip to content

Commit

Permalink
add dashboard page screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsayleung committed Sep 26, 2017
1 parent bac2657 commit bc0e610
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* Getting Started
** Requirement
*** Rust
Install Rust(compiler ,standard library) via shell script
Install Rust via shell script
#+BEGIN_SRC sh
curl https://sh.rustup.rs -sSf | sh
#+END_SRC
Expand Down Expand Up @@ -43,17 +43,19 @@
** Launch Rocket
Everything is ok, now, launch Rocket:
#+BEGIN_SRC
cargo run
cargo run
#+END_SRC
And open your favourite browser, enter *localhost:8000*
And open your favourite browser, enter ~localhost:8000~

If you want to login admin page, you could enter *localhost:8000/admin/login*
If you want to login admin page, you could enter ~localhost:8000/admin/login~
Email: admin@samray.xyz
Password: 123456
* Screenshot
** Index Page
[[./images/index.png]]
** About Page
[[./images/about.png]]
** Admin Page
** Dashboard Page
[[./images/admin_index.png]]
** Post List Page
[[./images/admin.png]]
Binary file added images/admin_index.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bc0e610

Please sign in to comment.