diff options
Diffstat (limited to 'pike/run.sh')
-rwxr-xr-x | pike/run.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pike/run.sh b/pike/run.sh index c4ac483a..fb81ee93 100755 --- a/pike/run.sh +++ b/pike/run.sh @@ -13,7 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. -memcached -d -m 2048 -c 1024 -p 11211 -P /tmp/memcached1.pid +# memcached should be provided as sidecar to avoid GPLv3 license issue +# memcached -d -m 2048 -c 1024 -p 11211 -P /tmp/memcached1.pid export PYTHONPATH=lib/share #nohup python manage.py runserver 0.0.0.0:9007 2>&1 & |