Skip to content

usefulcoin/express-pixelarity-linear-initialization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linear Express

This script sets up a fresh installation of Pixelarity's Linear on an Amazon EC2 Ubuntu NodeJS/Express Server.

Purpose

The script was written to automate the process of preparing an Express web application with the Pixelarity Linear template. It should run without incident on a new Amazon EC2 instance running Ubuntu. Once the template is integrated into the Express web application the developer can veer off into more meaningful study and coding.

Process

step 1: update the package list. this also installs Node. install unzip and install NPM last.
step 2: install Express Generator.
step 3: verify the installation of APTs and ExpressJS via NPM.
step 4: install html2pug.
step 5: prepare fields for npm init customizations.
step 6: create application skeleton.
step 7: install template.
step 8: start application.

Execution

git clone https://github.com/usefulcoin/express-pixelarity-linear-initialization.git
cd express-pixelarity-linear-initialization
bash setup.bash

Debugging

Change the debug mode to true in the setup.bash script.

About

Fresh set up of Pixelarity's Linear for a NodeJS/Express Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages