We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@Arachne:~# craftman install ===> Installing Craft... ===> Preparing to download Craft CMS ===> + Using Craft CMS from local cache ===> Extracting Craft CMS tar.gz ===> + Extracting craft.tar.gz to /root/site ===> Generating Craft CMS configurations ===> + Generating 'scripts/install/010_dependencies.sh' ===> + Generating 'site/craft/config/db.php' ===> + Generating 'site/craft/config/general.php' ===> + Generating 'docker-compose.yml' ===> + Generating 'scripts/override/usr/local/etc/php/php.ini' ===> + Generating 'scripts/install/100_composer.sh' ===> Starting Craft CMS containers Pulling mysql_data (debian:jessie)... jessie: Pulling from library/debian 5040bd298390: Pull complete Digest: sha256:abbe80c8c87b7e1f652fe5e99ff1799cdf9e0878c7009035afe1bccac129cad8 Status: Downloaded newer image for debian:jessie Creating root_mysql_data_1 ERROR: oci runtime error: rootfs_linux.go:53: mounting "/proc" to rootfs "/var/lib/docker/vfs/dir/d841f24cbf26270ad2af9185fee84085f81e24682c62f0695aa82398b4194f61" caused "permission denied"
I'm running in an Ubuntu 16.04 LXD container on an Ubuntu 16.04 host
The text was updated successfully, but these errors were encountered:
Craftman does not work in the root ~ directory. Try to create a folder like cd ~/mysite.
cd ~/mysite
My suggestion is:
~/.craftman
~/scripts
~/.docker-compose.yml
~/site
curl -o- https://raw.githubusercontent.com/gabrielmoreira/craftman/master/craftman_install | sh
~/mysite
craftman install --port 8080
Sorry, something went wrong.
No branches or pull requests
I'm running in an Ubuntu 16.04 LXD container on an Ubuntu 16.04 host
The text was updated successfully, but these errors were encountered: