File tree 5 files changed +7
-17
lines changed
5 files changed +7
-17
lines changed Original file line number Diff line number Diff line change @@ -11,29 +11,23 @@ apt-get install -y \
11
11
build-essential \
12
12
openssl \
13
13
libssl-dev \
14
- pkg-config
15
-
16
-
17
- sudo apt install postgresql postgresql-contrib
14
+ pkg-config \
15
+ llvm-dev \
16
+ libclang-dev clang
18
17
19
18
# # Install rustup and common components
20
19
curl https://sh.rustup.rs -sSf | sh -s -- -y
21
20
rustup install nightly
22
21
rustup component add rustfmt
23
- rustup component add rustfmt --toolchain nightly
24
22
rustup component add clippy
25
- rustup component add clippy --toolchain nightly
26
23
27
24
cargo install cargo-expand
28
25
cargo install cargo-edit
29
26
30
27
31
- cargo install sea-orm-cli
32
-
33
-
34
28
# # setup and install oh-my-zsh
35
29
sh -c " $( curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh) "
36
30
cp -R /root/.oh-my-zsh /home/$USERNAME
37
31
cp /root/.zshrc /home/$USERNAME
38
32
sed -i -e " s/\/root\/.oh-my-zsh/\/home\/$USERNAME \/.oh-my-zsh/g" /home/$USERNAME /.zshrc
39
- chown -R $USER_UID :$USER_GID /home/$USERNAME /.oh-my-zsh /home/$USERNAME /.zshrc
33
+ chown -R $USER_UID :$USER_GID /home/$USERNAME /.oh-my-zsh /home/$USERNAME /.zshrc
Original file line number Diff line number Diff line change 5
5
.vscode
6
6
/target
7
7
/data
8
- /public /upload
9
- /public /log
Original file line number Diff line number Diff line change
1
+ .gitkeep
Original file line number Diff line number Diff line change 1
1
{{ #*inline " page_content" }}
2
- <div
3
- class =" border-b border-gray-300 px-6 py-2 shadow-sm text-xl font-bold" >
2
+ <div class =" border-b border-gray-300 px-6 py-2 shadow-sm text-xl font-bold" >
4
3
<div class =" h-14 min-h-fit sm:flex sm:items-center sm:justify-between" >
5
4
<div >
6
5
<div class =" flex items-center" >
7
- <h2
8
- class =" text-lg font-medium text-gray-800 dark:text-white" >
6
+ <h2 class =" text-lg font-medium text-gray-800 dark:text-white" >
9
7
{{ translate_key " admin_user" ~}}
10
8
</h2 >
11
-
12
9
<span
13
10
class =" ml-2 px-3 py-1 text-xs text-blue-600 bg-blue-100 rounded-full dark:bg-gray-800 dark:text-blue-400" >
14
11
{{ admin_user_pagination.pagination.total }} {{ translate_key
You can’t perform that action at this time.
0 commit comments