Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
yotta
/
pictogram
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
60
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
24f7abfd
authored
Dec 24, 2016
by
Sebastián Collado Montañez
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Codificacion Vagrant utf8 issue #716
parent
9d2550ea
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sails/Vagrantfile
sails/Vagrantfile
View file @
24f7abfd
...
@@ -5,6 +5,8 @@ Vagrant.configure(2) do |config|
...
@@ -5,6 +5,8 @@ Vagrant.configure(2) do |config|
# "ubuntu/trusty64" for ubuntu environment
# "ubuntu/trusty64" for ubuntu environment
# "boxcutter/centos72" for AWS similar environment
# "boxcutter/centos72" for AWS similar environment
config
.
vm
.
box
=
"aspyatkin/ubuntu-16.04-server-amd64"
config
.
vm
.
box
=
"aspyatkin/ubuntu-16.04-server-amd64"
# Set locale UTF-8
ENV
[
'LC_ALL'
]
=
"en_US.UTF-8"
config
.
vm
.
network
"forwarded_port"
,
guest:
1337
,
host:
1337
config
.
vm
.
network
"forwarded_port"
,
guest:
1337
,
host:
1337
config
.
vm
.
network
"forwarded_port"
,
guest:
80
,
host:
8080
config
.
vm
.
network
"forwarded_port"
,
guest:
80
,
host:
8080
config
.
ssh
.
insert_key
=
false
config
.
ssh
.
insert_key
=
false
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment