Skip to content

Releases: FreeFlyingSheep/devstack

Victoria for lemote Fedora28

25 Nov 01:32

Choose a tag to compare

Download etcd-v3.3.12-linux-mips64.tar.gz to PROJECT_DIR/files.
Download local.conf to PROJECT_DIR.
Modify IMAGE_URLS in local.conf or copy image to PROJECT_DIR/files.

Run the following commands:

sudo useradd -s /bin/bash -d /opt/stack -m stack
echo "stack ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/stack
sudo chmod 755 /opt/stack
sudo su - stack
sudo dnf install -y git
git clone https://github.com/FreeFlyingSheep/devstack.git
cd devstack
./stack.sh

If the script fails, run the following command to try again:

./unstack.sh && ./stack.sh