Skip to content
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

How can source code install on Windows system(eg. windows 10)? 如何在windows系统下通过源码安装scylla? #81

Open
kingkisskill opened this issue Jul 19, 2019 · 2 comments

Comments

@kingkisskill
Copy link

One by one according to the install document

1.git clone https://github.com/imWildCat/scylla.git
2.cd scylla

3.pip install -r requirements.txt

4.npm install # or yarn install
5.make assets-build
6.python -m scylla

But how can execute “make assets-build” on windows system ?if skip this operation execute the six operate and access http://localhost:8899 ,you can get error log "sanic.exceptions.FileNotFound“

根据安装文档一步一步操作:
1.git clone https://github.com/imWildCat/scylla.git
2.cd scylla

3.pip install -r requirements.txt

4.npm install # or yarn install
5.make assets-build
6.python -m scylla
但是如何在windows 操作系统下执行“make assets-build”操作? 如果跳过这一步执行第六步操作并且访问http://localhost:8899, 你将得到错误日志:"sanic.exceptions.FileNotFound”

@kingkisskill
Copy link
Author

i execute "npm run build" get an error :

[email protected] build D:\project\web\scylla
cross-env NODE_ENV=production parcel build src/index.html --public-url .

× No entries found.
at Bundler.bundle (D:\project\web\scylla\node_modules\parcel-bundler\src\Bundler.js:275:17)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] build: cross-env NODE_ENV=production parcel build src/index.html --public-url .
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] build script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Roaming\npm-cache_logs\2019-07-19T13_36_45_232Z-debug.log

@kingkisskill
Copy link
Author

run "npm run start" the website can access, but port is 1234 and can't get proxy ip list , then run "python -m scylla"access http://localhost:8899,web page display "Error: File not found"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant