Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
thefirstspine committed Jan 23, 2024
1 parent 62b33f7 commit 4f64ad5
Showing 1 changed file with 21 additions and 14 deletions.
35 changes: 21 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,33 @@
# website
# Website service

a [Sails v1](https://sailsjs.com) application
The website of The First Spine. A [Sails v1](https://sailsjs.com) application.

## Installation

### Links
```
npm ci
```

+ [Sails framework documentation](https://sailsjs.com/get-started)
+ [Version notes / upgrading](https://sailsjs.com/documentation/upgrading)
+ [Deployment tips](https://sailsjs.com/documentation/concepts/deployment)
+ [Community support options](https://sailsjs.com/support)
+ [Professional / enterprise options](https://sailsjs.com/enterprise)
## Running the app

Prefer using the Sails CLI (`npm install sails -g`) to start the application.

### Version info
```
sails lift
```

This app was originally generated on Wed Jan 22 2020 08:34:00 GMT+0100 (Paris, Madrid) using Sails v1.2.3.
## Build & run for production

<!-- Internally, Sails used [`[email protected]`](https://github.com/balderdashy/sails-generate/tree/v1.16.13/lib/core-generators/new). -->
```
npm run start
```

## Configuration

See the configuration keys with the [Ansible playbook](https://github.com/thefirstspine/ansible/blob/master/volume/playbooks/deploy-website.yaml)

<!--
Note: Generators are usually run using the globally-installed `sails` CLI (command-line interface). This CLI version is _environment-specific_ rather than app-specific, thus over time, as a project's dependencies are upgraded or the project is worked on by different developers on different computers using different versions of Node.js, the Sails dependency in its package.json file may differ from the globally-installed Sails CLI release it was originally generated with. (Be sure to always check out the relevant [upgrading guides](https://sailsjs.com/upgrading) before upgrading the version of Sails used by your app. If you're stuck, [get help here](https://sailsjs.com/support).)
-->
To help you configure your local environment to generate a dotenv file you can use the [configurator](https://github.com/thefirstspine/configurator) using this command:

```
node configurator.js create website --conf-path [local copy of ansible volume]/conf --force-http true
```

0 comments on commit 4f64ad5

Please sign in to comment.