Can't repro with Node 6.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
All Stories
May 21 2016
Spaces
$ php artisan migrate Migrated: 2016_05_21_224200_set_users_table_auto_increment $ php artisan tinker >>> DB::select("SHOW CREATE TABLE users"); => [ {#698 +"Table": "users" +"Create Table": """ CREATE TABLE `users` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `username` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `fullname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, `email` varchar(255) COLLATE utf8_unicode_ci NOT NULL, `password` varchar(60) COLLATE utf8_unicode_ci NOT NULL, `remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, `created_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `updated_at` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), UNIQUE KEY `users_email_unique` (`email`) ) ENGINE=InnoDB AUTO_INCREMENT=1000000000 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci""" } ]
Tested on the D375 test container, works fine.
- install last Node 6 version through Nodesource distribution
- npm install
$ mysql-acquisitariat-client Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 25258597 Server version: 5.7.11 MySQL Community Server (GPL)
@Sandlayth So to test it, this will be exactly the same than https://pad.nasqueron.org/502.html
If you need more, you can browse the site adding that to /etc/hosts or C:\WINDOWS\system32\drivers\etc\hosts:
The quick reply is normal, i l learned from the best.
Closing remaining bioty.co tasks as won't fix per T833.
Done, Let's encrypt certificates renewd successfully for mail servers (now independant certificates).
You're welcome.
In T831#8683, @dereckson wrote:@nidal They/you are going to renew it, we change the domain or we remove the site/mail domain?
@nidal They/you are going to renew it, we change the domain or we remove the site/mail domain?
May 20 2016
Fixed indentation issue.
README updated
Test works:
README has to be updated: we've logs \o/
- User app created (reusing nasqueron/nginx-php-fpm uid/gid)
- Node command adjusted
So launcher line is node --max-old-space-size=256 -- /opt/phabricator/support/aphlict/server/aphlict_server.js --config=/opt/phabricator/conf/aphlict/aphlict.custom.json
- the server doesn't run as root by default
- /var/run/aphlict.pid and /var/log/aphlict.log must be writable by app
$ docker logs aphlict fs.js:634 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^
