-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use node 18 Update styling from the default template Update tooling from the default template
- Loading branch information
Showing
61 changed files
with
7,464 additions
and
9,573 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ Prerequisites | |
|
||
You need the following libraries and/or programs: | ||
|
||
* `Python`_ 3.9 or above | ||
* `Python`_ 3.10 or above | ||
* Python `Virtualenv`_ and `Pip`_ | ||
* `PostgreSQL`_ 12 or above with PostGIS extension | ||
* `Node.js`_ | ||
|
@@ -47,22 +47,20 @@ development machine. | |
$ git clone [email protected]:maykinmedia/objects-api.git | ||
$ cd objects-api | ||
3. Install all required libraries. | ||
3. Install all required (backend) libraries. | ||
|
||
.. code-block:: bash | ||
$ virtualenv env | ||
$ source env/bin/activate | ||
$ pip install -r requirements/dev.txt | ||
4. Install the front-end CLI tool `gulp`_ if you've never installed them | ||
before and install the frontend libraries: | ||
4. Install all required (frontend) libraries and build static files. | ||
|
||
.. code-block:: bash | ||
$ npm install -g gulp | ||
$ npm install | ||
$ gulp sass | ||
$ npm run build | ||
5. Activate your virtual environment and create the statics and database: | ||
|
||
|
@@ -94,12 +92,9 @@ development machine. | |
``src/objects/conf/local.py``. You can base this file on the | ||
example file included in the same directory. | ||
|
||
**Note:** You can run watch-tasks to compile `Sass`_ to CSS and `ECMA`_ to JS | ||
using `gulp`_. By default this will compile the files if they change. | ||
|
||
.. _ECMA: https://ecma-international.org/ | ||
.. _Sass: https://sass-lang.com/ | ||
.. _gulp: https://gulpjs.com/ | ||
|
||
|
||
Update installation | ||
|
@@ -121,7 +116,7 @@ When updating an existing installation: | |
$ git pull | ||
$ pip install -r requirements/dev.txt | ||
$ npm install | ||
$ gulp sass | ||
$ npm run build | ||
3. Update the statics and database: | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.