Strapi: in AWS light sail Ubuntu 18.04 instance, can't install strapi@beta

Created on 12 Jun 2019  路  3Comments  路  Source: strapi/strapi

Describe the bug
Hi, I'm installing strapi of the latest version in my AWS light sail instance, but during the installation of strapi@beta, the process is just killed without any clue. I have already installed beta version in one of my EC2 instance, but no luck with light sail.

Steps to reproduce the behavior

  1. go to AWS light sail console and create Ubuntu 18.04 (Os-only) free instance.
  2. install nvm
   sudo apt update
   curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
   nvm install 10.15.3

3.npm install -g strapi@beta

  1. the installing process is killed
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]

> [email protected] install /home/ubuntu/.nvm/versions/node/v10.15.3/lib/node_modules/strapi/node_modules/node-sass
> node scripts/install.js

Killed

Expected behavior
successful installation

Screenshots

釀夅叧釀忈叧釀呩叺釂剦釁a喓 2019-06-12 釀嬦叐釀掅叜 3 06 28

System

  • Node.js version: 10.15.3
  • NPM version: 6.4.1
  • Strapi version: latest beta
  • Database: N/A
  • Operating system: Ubuntu 18.04 / AWS light sail

Most helpful comment

@monkibraum - The RAM (512) in the free version of AWS Light Sail is insufficient to build the Admin Panel for Strapi. This is a known issue that is being addressed. If you wish to use Light Sail, you can temporarily upgrade to the $10 a month (2G RAM), build Strapi the first time, and then downgrade back to the free plan.

Please see https://strapi.io/documentation/3.0.0-beta.x/guides/deployment.html#amazon-aws - it's mentioned in the AWS EC2 deployment guide.

All 3 comments

@monkibraum - The RAM (512) in the free version of AWS Light Sail is insufficient to build the Admin Panel for Strapi. This is a known issue that is being addressed. If you wish to use Light Sail, you can temporarily upgrade to the $10 a month (2G RAM), build Strapi the first time, and then downgrade back to the free plan.

Please see https://strapi.io/documentation/3.0.0-beta.x/guides/deployment.html#amazon-aws - it's mentioned in the AWS EC2 deployment guide.

@davidkartuzinski I see, thanks!

@monkibraum - The RAM (512) in the free version of AWS Light Sail is insufficient to build the Admin Panel for Strapi. This is a known issue that is being addressed. If you wish to use Light Sail, you can temporarily upgrade to the $10 a month (2G RAM), build Strapi the first time, and then downgrade back to the free plan.

Please see https://strapi.io/documentation/3.0.0-beta.x/guides/deployment.html#amazon-aws - it's mentioned in the AWS EC2 deployment guide.

You can create a swap file to build the admin panel

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Rashidul420222 picture Rashidul420222  路  3Comments

derrickmehaffy picture derrickmehaffy  路  3Comments

peeomid picture peeomid  路  3Comments

chaitanyya picture chaitanyya  路  3Comments

mnlbox picture mnlbox  路  3Comments