KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
prod-shell
★ 17
Open GitHub ↗
Meteor shell in production
Download README (.md)
Explore Similar Repositories
deep-shrooms
:
Project for the Helsinki University course Introduction to Data Science
wavelet-matrix-rs
:
Wavelet Matrix implementation written in Rust
dpdk
:
dpdk学习及相关项目
strictlyswift
:
Various projects and code samples for the Strictly Swift blog
RewrZ
:
RewrZ Project - 一个中庸的个人博客系统项目。基于 FastAPI 构建,轻量级设计,可在 512MB 内存服务器上流畅运行,注重隐私保护和个性化定制。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
prod-shell
?
Download (.md)
# qualia:prod-shell This package allows you to run the Meteor shell in production. Just SSH into the server and run `node ~/meteor-shell.js`. If the Meteor server is running as a user different than the SSH user, go to the home directory of that user, and run `node meteor-shell.js`. This package only exposes the Meteor shell to users with production SSH access. Security implications are minimal; if someone can SSH into your production server you have bigger problems. This package was developed as a part of the more ambitious `qualia:web-shell` package which allows access to the Meteor shell inside of the *browser* (both in dev and production)! ## Installing `meteor add qualia:prod-shell`