Fixed so the frontend dont store origin address
This commit is contained in:
10
README.md
10
README.md
@@ -32,7 +32,7 @@ npm run build
|
||||
1. tar the source files to make it cleaner
|
||||
|
||||
```
|
||||
tar czf shadowrun-server-0.1.1.tar.gz source/ modules/ assets/ frontend/build/ shadowrun-server.service CMakeLists.txt shadowrun-server.install
|
||||
tar czf shadowrun-server-0.1.2.tar.gz source/ modules/ assets/ frontend/build/ shadowrun-server.service CMakeLists.txt shadowrun-server.install
|
||||
```
|
||||
|
||||
2. create the package
|
||||
@@ -43,7 +43,13 @@ makepkg -f
|
||||
|
||||
3. place the package in archrepo on server
|
||||
```
|
||||
scp shadowrun-server-0.1.1-1-x86_64.pkg.tar.zst lukas@192.168.1.101:/home/lukas/Drive/archrepo/x86_64/
|
||||
scp shadowrun-server-0.1.2-1-x86_64.pkg.tar.zst lukas@192.168.1.101:/home/lukas/Drive/archrepo/x86_64/
|
||||
```
|
||||
|
||||
4.
|
||||
Then install on host machine with
|
||||
```
|
||||
sudo pacman -U <pkg>.tar.zst
|
||||
```
|
||||
|
||||
## Database
|
||||
|
||||
Reference in New Issue
Block a user