@santos22 wrote:
Summary
http://localhost:8065 shows "404 page not found"
Steps to reproduce
I am using Windows 10 Home edition and using the Docker Quickstart Terminal and have set C:\Program Files (x86)\GnuWin32\bin as a System Variable under PATH.
cd
intosrc/github.com/mattermost/platform
and run the command:make run
Expected behavior
Mattermost should be available at http://localhost:8065
Observed behavior
Here is the error message I am getting - I believe the "404 page not found" is because of the syntax error in bold:
Santos@DESKTOP-6BNQR0D MINGW64 ~/workspace/src/github.com/mattermost/platform
$ make run
Starting docker containers
Running mattermost for development
mkdir -p ./webapp/dist/files
go run -ldflags "-X github.com/mattermost/platform/model.BuildNumber=dev -X 'github.com/mattermost/platform/model.BuildDate=Tue, Jun 27, 2017 5:19:46 PM' -X github.com/mattermost/platform/model.BuildHash=28bf900205c71259369f9a05b349786a39084f5d -X github.com/mattermost/platform/model.BuildHashEnterprise=none -X github.com/mattermost/platform/model.BuildEnterpriseReady=false" ./cmd/platform/*.go --disableconfigwatch &
Running mattermost client for development
cd ./webapp && C:/Program Files (x86)/GnuWin32/bin/make run
/usr/bin/sh: -c: line 0: syntax error near unexpected token `('
/usr/bin/sh: -c: line 0: `cd ./webapp && C:/Program Files (x86)/GnuWin32/bin/make run'
make: *** [run-client] Error 1
...
...
...
[2017/06/27 12:20:01 CDT] [INFO] Server is listening on :8065
[2017/06/27 12:20:01 CDT] [INFO] Starting jobs
[2017/06/27 12:20:01 CDT] [DEBG] Cleaning up token store.
Posts: 3
Participants: 2