-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Readme.md #461
Comments
I am sorry to reply to you so late, as these days are Chinese New Year time. 🙇♂️ You can see: https://github.com/netless-io/flat-server/blob/6c96faa9df5df110a4286240cbd7864ad26a22eb/scripts/prepare-test-env.sh As we are preparing to refactor with golang, we don't have any extra time. So the README may not be up to date. 🙇♂️ |
Hi~ Is the refactor still going on?or else is aborted? PS: I noticed there is a branch named |
@wisecsj @michaux4 Sorry to reply so late.🙇♂️ The current README should be reliable now. |
Hello,
It seems to me that there are some bugs on the Readme.md :
docker run -dit -p 3306:3306 --name mysql --restart always -v
pwd
/data:/var/lib/mysql -vpwd
/conf.d:/etc/mysql/conf.d -e MYSQL_ROOT_PASSWORD=(value of MYSQL_PASSWORD) mysqlError :
docker: Error response from daemon: create
pwd
/data: "pwd
/data" includes invalid characters for a local volume name, only "[a-zA-Z0-9][a-zA-Z0-9_.-]" are allowed. If you intended to pass a host directory, use absolute path.2. Folder thirdPartyService doesn't exist in src/v1/
3. Folder "dist" is created after the run and there is an Error :
C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\node_modules\ali-oss\lib\common\client\initOptions.js:24
throw new Error('require accessKeyId, accessKeySecret');
^
Error: require accessKeyId, accessKeySecret
at module.exports (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\node_modules\ali-oss\lib\common\client\initOptions.js:24:11)
at Function.initOptions (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\node_modules\ali-oss\lib\client.js:54:10)
at new Client (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\node_modules\ali-oss\lib\client.js:32:27)
at createOSSClient (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\src\v1\controller\cloudStorage\alibabaCloud\Utils.ts:57:12)
at Object../src/v1/controller/cloudStorage/alibabaCloud/Utils.ts (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\src\v1\controller\cloudStorage\alibabaCloud\Utils.ts:68:21)
at webpack_require (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\webpack\bootstrap:19:1)
at Object../src/abstract/login/index.ts (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\src\abstract\login\index.ts:7:1)
at webpack_require (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\webpack\bootstrap:19:1)
at Object../src/v1/controller/login/platforms/LoginWechat.ts (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\src\v1\controller\login\platforms\LoginWechat.ts:1:1)
at webpack_require (C:\Users\Valery-Jerome\Desktop\Agora2\flat-server\dist\webpack:\flat-server\webpack\bootstrap:19:1)
if you know how to do, I would be happy :-)
Jérôme
The text was updated successfully, but these errors were encountered: