craftman icon indicating copy to clipboard operation
craftman copied to clipboard

Craft CMS Manager

Results 9 craftman issues
Sort by recently updated
recently updated
newest added

I hoped to get an environment started with Craft, then just move the whole website to production when it's ready. The main promise of docker is that you have consistent,...

``` 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...

I just installed craftman with curl, created the alias manually (I didn't have a .bash_profile file), and ran `craftman install`, then `craftman admin`. **All I get is a page timeout**....

When following the documentation, the site seems to be moving to the ~/ directory. Any ideas? Is this expected? Here's the zsh output other mkdir mysite && cd mysite ➜...

Are there plans to support [Craft 3](https://craftcms.com/3) currently in beta?

I'm on OSX 10.11.6 with Docker Version 17.03.0-ce-mac2. When trying to run: $craftman --port=8080 install I get > ERROR: Dependency conflict: an older version of the 'docker-py' package is polluting...

During `craftman heroku:prepare` I got the following: `sh: 1: /scripts/composer.phar: not found` I worked it to line line 52 of the composer.plugin file: `cm_craft_exec "cd /scripts/composer && /scripts/composer.phar install &&...

When following the instructions in the readme, the heroku app seems to start up with a clean database. Are there any tools to sync the database between the local and...

Hi @nickcanz! Do you intend to send a pull request with your improvements? The changes you made were enough to run on OSX?