Commit e200957b authored by Yusei Tahara's avatar Yusei Tahara

Update debian8_erp5_setup.sh

parent cc864997
......@@ -10,6 +10,20 @@ sh setup.sh
git clone https://lab.nexedi.com/nexedi/slapos.git
# Build ERP5 and Wendelin
# Build ERP5 and Wendelin. It may take 12 hours.
# Check /opt/slapos/log/slapos-node-software.log
# Replace USER with your real user
slapos supply /home/USER/slapos/software/wendelin/software.cfg
# Once the software release was built, request an instance
# Edit software_url in this script
wget https://lab.nexedi.com/yusei/a/raw/master/request_wendelin_instance.py
# Request an instance
# This should not take a lot of time.(only a few minute)
slapos console < request_wendelin_instance.py
# Check if your services are running
slapos node
# If ERP5 is deployed, you can see your password
slapos console < request_wendelin_instance.py
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment