Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zulip-cloud9

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zulip-cloud9

This npm package helps run zulip dev enviorment on cloud9 as easily as possible.

  • 1.0.4
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6
decreased by-40%
Maintainers
1
Weekly downloads
 
Created
Source

zulip-cloud9

zulip-cloud9 provides a wrapper for running zulip dev environment on cloud9.

Usage

Install

Installing zulip-cloud9 package and zulip dev enviorment in a cloud9 workspace is documented in wiki

zulip-dev <command>

Commands:
  zulip-dev start           Start zulip-dev server on http://0.0.0.0
  zulip-dev start-services  Start all the required services for zulip.

Options:
  --version   Show version number                                      [boolean]
  --help, -h  Show help                                                [boolean]

If not --zulip-path is passed it checkes if the cwd is zulip then the default path /home/ubuntu/workspace/zulip this is the top level folder in your workspace.

zulip-dev start

This starts the dev enviorment. This command exports EXTERNAL_HOST and handles if starts the services beforehand if needed to. This by default binds the host to 0.0.0.0 rather than 127.0.0.1 so it works on cloud9 and sets the port to 8080.

zulip-dev start-services

If you have not run zulip-dev start and you need to run provison use this command and then run provision. This script starts all the services only if needed. You can run this script if you encounter an error's documented in wiki

Errors you can encounter in cloud9 workspace while working with zulip dev enviorment are documented in wiki

Keywords

FAQs

Package last updated on 01 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc