I’m very new to vps an ubuntu. Im trying to install odoo v8 using this tutorial http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts/
But I only get this results “bash: odoo.install.sh - No such file or directory” The file is (via sftp) in home/user/odoo I have made the file executable I even install a 32 bit library
Thank you for help!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
First, make sure your cwd (current working directory) is the directory where the shell script is located. Then try prepending the command with a dot slash. (Disclaimer: I’m not familiar with odoo but this is what I would try first).
cd /home/user/odoo;
./odoo.install.sh;
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.