Skip to content

Instantly share code, notes, and snippets.

View dni's full-sized avatar

dni ⚡ dni

View GitHub Profile
search("aws_opsworks_app").each do |app|
if app["deploy"]
ssl_conf = "/etc/letsencrypt/live/#{domain}/fullchain.pem"
## works herre
execute "request certificat #{domain}" do
command "certbot --text --non-interactive --email office@dnilabs.com --agree-tos --agree-dev-preview "\
▾ Kundennummer/
▾ etc/
config.xml*
▾ sql/
▾ kundennummer_setup/
install-0.1.0.php
2 <config>
3
4 <modules>
5 <Dnilabs_Kundennummer>
6 <version>0.1.0</version>
7 </Dnilabs_Kundennummer>
8 </modules>
9
10 <global>
11
1 <?xml version="1.0"?>
2 <config>
3
4 <modules>
5 <Dnilabs_Kundennummer>
6 <version>0.1.0</version>
7 </Dnilabs_Kundennummer>
8 </modules>
9
10 <global>
dni@home: ~/Documents/repos/juju
$ vagrant init Jujubox [21:01:46]
A `Vagrantfile` has been placed in this directory. You are now
ready to `vagrant up` your first virtual environment! Please read
the comments in the Vagrantfile as well as documentation on
`vagrantup.com` for more information on using Vagrant.
dni@home: ~/Documents/repos/juju
$ vagrant up [21:01:50]
Bringing machine 'default' up with 'virtualbox' provider...
SET FOREIGN_KEY_CHECKS=0;
-- Here's where we reset the orders
TRUNCATE `sales_flat_order`;
TRUNCATE `sales_flat_order_address`;
TRUNCATE `sales_flat_order_grid`;
TRUNCATE `sales_flat_order_item`;
TRUNCATE `sales_flat_order_status_history`;
TRUNCATE `sales_flat_quote`;
TRUNCATE `sales_flat_quote_address`;