Interactive Shell Questions

Showing 1 - 20 of 33 questions

Q: setup extentions

For example, if I want to set up additional extensions in PHP, such as to connect to MySQL, is that possible? Is there a specific guide available?

hoangbao2106PLUSOct 22, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Oct 22, 2024

A: PHP and MySQL will be added in the next update (downtime needed), we will add a guide and a software request page shortly: ideally you don’t need to install anything just request, we will have it ready.

Helpful?

Q: Keep login session

Do I need to log in every day to use Shell?

kennethrohPLUSOct 22, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Oct 22, 2024

A: Once you have upgraded account with a code, as soon as you login you will be able to access the Pro terminal. No login will always get you the Basic terminal with no Internet.

Helpful?

Q: Test & debug web-based projects ?

Can we test & debug web-based projects such nextjs and django etc in future updates since the web-based projects require inbound accessing the environment through HTTP ports?

zhangchengxOct 22, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Oct 22, 2024

A: Yes, but you need be mindful that Interactive Shell terminal and IDE are powered Docker containers not suitable for web hosting, etc. You may develop, debug and test only.

Helpful?

Q: uploads

Hi,

Can we bring (upload) our own files to debug them?

drifterpreneursOct 21, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Oct 21, 2024

A: Yes, you may upload certain file types, but ideally we prefer you will create the files using our IDE editor.

Helpful?

Q: What environments are build-in?

I can see there are python and gcc, anything else?
Can not use pip to install package, if it supports node, can I use npm? If it supports PHP, can I use composer? rust with crate? .net with nuget? java with maven?

zhangchengxOct 21, 2024
See detail
Founder Team
interactiveshell

interactiveshell

Oct 21, 2024

A: Python, pip, Java, GCC, R, etc. are all included, we are compiling a new list of pkgs for the next image update as we speak (needs a downtime).

Helpful?