mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Destroyed Building Wekan for Sandstorm (markdown)
parent
38eb78600b
commit
572fb9e0d1
1 changed files with 0 additions and 47 deletions
|
|
@ -1,47 +0,0 @@
|
|||
## 1) Download Wekan VirtualBox image
|
||||
|
||||
[https://wekan.xet7.org](https://wekan.xet7.org)
|
||||
|
||||
## 2) After starting VirtualBox VM, stop Wekan
|
||||
|
||||
```
|
||||
cd ~/repos
|
||||
./stop.wekan.sh
|
||||
```
|
||||
|
||||
Check did wekan stop really:
|
||||
|
||||
```
|
||||
ps aux | grep 'node main.js'
|
||||
```
|
||||
|
||||
You may need to kill it:
|
||||
|
||||
```
|
||||
sudo kill -9 PID-NUMBER-HERE
|
||||
```
|
||||
|
||||
(This process should be improved).
|
||||
|
||||
## 3) Install Sandstorm dev version
|
||||
|
||||
[Info source](https://sandstorm.io/install):
|
||||
|
||||
Start install:
|
||||
|
||||
```
|
||||
curl https://install.sandstorm.io | bash
|
||||
```
|
||||
|
||||
Use options for development / dev install.
|
||||
|
||||
## 3) Download meteor-spk packaging tool
|
||||
|
||||
[Info source](https://github.com/sandstorm-io/meteor-spk)
|
||||
|
||||
```
|
||||
cd ~/repos
|
||||
curl https://dl.sandstorm.io/meteor-spk-0.3.2.tar.xz | tar Jxf -
|
||||
echo "export PATH=$PATH:~/repos/meteor-spk-0.3.2" >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue