⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
Wt
All Projects
Wt
Overview
Activity
Roadmap
Issues
Wiki
Forums
Download (467 Bytes)
Bug #4294
» run.txt
lm at
, 07/07/2015 02:53 PM
#!/bin/bash
wtlibpath=/home/lawsa/sources/wt/build/src
export LD_LIBRARY_PATH="$wtlibpath":"$wtlibpath"/http:"$wtlibpath"/Wt/Dbo:"$wtlibpath"/Wt/Dbo/backend:/home/lawsa/builds/development/lib
# Docroot is set to '.' and after ;, each of the folders with static
# content are listed (comma-separated). If this comma-separated list
# isn't present, internal paths get nasty.
./meals --docroot '.;thereshouldbe/no/such/folder' --http-address 0.0.0.0 --http-port 9090
« Previous
1
2
3
4
5
Next »
(3-3/5)
Loading...