From 44bb9d8c750598d38fcb11c017433dd6023010ad Mon Sep 17 00:00:00 2001 From: Are0h Date: Tue, 27 Apr 2021 14:18:10 -0700 Subject: [PATCH] --- 00---Start.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/00---Start.md b/00---Start.md index 0849710..a6dfc1f 100644 --- a/00---Start.md +++ b/00---Start.md @@ -1,15 +1,8 @@ # Getting Started -For starters, Fipamo requires [NodeJS](https://nodejs.org/en/) (anything greater than 10.16.3 is cool). You're probably going to need [update](https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-16-04) the verions that is installed. +For starters, Fipamo is a PHP app (anything above 7 is cool) and requires [Composer](https://getcomposer.org/). That's it. -~~Fipamo can be used on the server or your local desktop so once you have that installed, the only dependancy left is the mighty [PM2](https://www.npmjs.com/package/pm2) which used to keep the site alive. You can install that easily from the command line by running `npm install pm2 -g`.~~ - -~~If you are a lovely soul that wants to contribute to Fipamo, you're going to need [Nodemon](https://nodemon.io/) on your local environment. You can grab that as well using `npm install nodemon -g`.~~ - -Nodemon added to local dependancy for `develop` branch. PM2 added to local dependancy for `beta-release` branch. You don't need [git](https://git-scm.com/) to use Fipamo, but it would make updating a lot easier. Every release will be released as a downloadable zip as well, so it's up to you. - - All Good? [On to installing Fipamo](https://code.playvicio.us/Are0h/Fipamo/wiki/01---Install) \ No newline at end of file