decipherstatic has quit [Ping timeout: 240 seconds]
isd has quit [Ping timeout: 276 seconds]
relicanth has quit [Ping timeout: 264 seconds]
cyberhobbit has joined #sandstorm
cyberhobbit has quit [Changing host]
cyberhobbit has joined #sandstorm
cyberhobbit has joined #sandstorm
wolcen has quit [Ping timeout: 250 seconds]
cyberhobbit has quit []
wolcen has joined #sandstorm
joshbuddy has joined #sandstorm
joshbuddy has quit [Quit: joshbuddy]
joshbuddy has joined #sandstorm
joshbuddy has quit [Quit: joshbuddy]
neynah has joined #sandstorm
jadewang has quit [Remote host closed the connection]
mnutt has joined #sandstorm
* asheesh
stretches.
* au
just arrived at Paris, getting ready to talk about Freedom Zero (and the ideas behind Sandstorm.io) on Wednesday to some 7000 people
<asheesh>
!!!! !!!!
<asheesh>
++
<asheesh>
BTW I saw schoen today (-:
<au>
:D
rolig has quit [Ping timeout: 250 seconds]
rolig has joined #sandstorm
nico_somb has joined #sandstorm
<nico_somb>
ping @asheesh
<asheesh>
Hi nico_somb ! Pong!
<nico_somb>
I manage to create a new app, no pbm with that
<asheesh>
Great!
<nico_somb>
when I launch a new instance,
<asheesh>
BTW I presume you're one of the wallabag people, and I'm excited to see you here!
<nico_somb>
oh yeah sorry I'm the main developer of wallabag
<asheesh>
And I'm one of the maintainers of vagrant-spk which you're presumably using, so thanks for your patience with its deficiences and so on.
<asheesh>
Oh neat nico_somb !
<nico_somb>
when I launch a new instance, I've got a blank page with those characters "���(�Ã�±ï¿½ï¿½ï¿½ï¿½HML��)�,�I�310Vp�/J�LIIÃ�³Ñ‡ï¿½èƒ•ï¿½&��T*$�'����*�gd��*��HN�+I-���0D7(b���T���g�U����!���2Sï¿Â
<asheesh>
Yeah! ocdtrekkie_ here made sure we saw it (-:
rolig has joined #sandstorm
mnutt has quit [Quit: mnutt]
raoulzecat has joined #sandstorm
<nico_somb>
about the `gzip off;` configuration, I put it in setup.sh, where the nginx.conf is created. I don't think I put it at the right place, still the same pbm
<asheesh>
(a) if you can test this specific setup.sh then you'll be testing my vagrant-spk fix for this, which would be great:
<asheesh>
(b) you'll need to re-"provision" the Vagrant box, which you can do with
<asheesh>
cd .sandstorm ; vagrant provision
<asheesh>
cd ..
<jadewang>
hey asheesh
<jadewang>
look at server installs
<jadewang>
(OH Kenton: wat)
<jadewang>
oh, btw, wekan is frontpaging on HN
<jadewang>
oh, right, you just said
<jadewang>
haha
<jadewang>
kenton's laughing at me
<asheesh>
That's surprising re: server installs. Maybe we're not successfully removing the test suite? But maybe we are and life is amazing. Oh hey just saw someone request a sandcats cert.
<nico_somb>
when I want to re-provision, I've got this error `==> default: unlink: cannot unlink ‘/etc/nginx/sites-enabled/default’: No such file or directory`
<asheesh>
D'oh, I thought I fixed that |:
<nico_somb>
I hope I've got the last version ...
<asheesh>
You do; let me fix that now.
<nico_somb>
I followed the tutorial to install
<kentonv>
oh man, yesterday was the highest daily active user count on Oasis ever and today is going to 1.5x it.
<nico_somb>
I made some changes to configure the symfony app
<nico_somb>
ok, will see
<asheesh>
I'm trying to find some docs on if variable expansion occurs in a bash heredoc but I guess it does.
<asheesh>
Maybe we should adjust this so that nginx reads a conf file from /opt/app/.sandstorm/nginx.conf rather than us mutating the global conf file.
<nico_somb>
so I can create symlinks via the build.sh ?
<asheesh>
Yup
<nico_somb>
and can I also run my symfony commands in this file? (to install my app)
<asheesh>
FWIW if you can adjust the configuration of the app, you don't even need symlinks, but sometimes things aren't configurable and symlinks are all you have.