Skip to content

Commit

Permalink
Actualización Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
martineq committed Dec 2, 2015
1 parent 01b0bec commit 2504658
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server_install_v0.5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,4 @@ then
sudo cmake -DEXE=SI .. && sudo make
printf '# UDrive configuration file server\n## bindip: parameter that lets you choose in which direction the web server ip listen. Default: 0.0.0.0\nbindip: 0.0.0.0\n\n## bindport: parameter that lets you choose the server port to listen UDrive. Default: 8080\nbindport: 8080\n\n## loglevel: we want to see server. debug, warning, info, error. Default: info\nloglevel: debug\n\n## logfile: destination to send the log records. Default: "stdout"\n#logfile: messages.log\n\n## path of database\ndbpath: /tmp/testdb_Release\n\n## User quota\nmaxquotauser: 100000000\n ' > config.yml
fi

0 comments on commit 2504658

Please sign in to comment.