schleuniger_s 7ad03a80a0 fixed oasemenu bugs
the problem were the names of the differente menus, in the api itself they were different then in the application
2023-06-28 15:39:17 +02:00
2020-05-13 10:29:33 +02:00
2019-02-13 09:25:34 +01:00
2023-06-28 15:39:17 +02:00
2023-05-08 10:50:16 +02:00
2023-05-08 11:03:46 +02:00
2019-02-18 11:07:56 +01:00
2019-06-18 11:17:27 +02:00
2023-06-28 14:32:57 +02:00
2023-06-28 14:32:57 +02:00
2021-05-06 11:52:42 +02:00
2023-05-08 11:13:13 +02:00
2021-03-04 12:03:47 +01:00

PSI Pocket

This is a web application to provide some useful information during your stay at PSI.

Getting Started

Prerequisites

Before proceeding, make sure the latest version of Node.js and npm are installed. See Environment Setup for details. Install the Ionic CLI globally with npm:

npm install -g ionic

Installing

Open console in your project folder and clone the project:

git clone https://git.psi.ch/psiweb/psiapp.git

Open console in your app root folder and install node modules:

npm install

Start the PSI Pocket with the following command:

npm start

Deployment PROD

To deploy the PSI Pocket you have to run the following command:

npm run-script build:prod

Now a folder with the name /www should have been created.

Login via FTP to the following Server:

api.psi.ch

After you logged in, copy all the files except the version.php from /www to /html/psipocket.

Prod is hosted on api.psi.ch as pocket.psi.ch

Deployment QA

To deploy the PSI Pocket you have to run the following command:

npm run-script build:qa

Now a folder with the name /www should have been created.

Login via FTP to the following Server:

api.psi.ch

After you logged in, copy all the files except the version.php from /www to /html/psipocket-qa.

QA is hosted on api.psi.ch as pocket-qa.psi.ch

Built With

Versioning

We use GitLab for versioning. For the versions available, see the tags on this repository.

Authors

  • José Pedro Lima Marques - core product - psiapp

License

This project is licensed under the MIT License - see the LICENSE.md file for details# PSI Pocket

S
Description
Eine Webapplikation für Gastwissenschaftler und Patienten am PSI.
Readme
9.5 MiB
Languages
TypeScript 47.3%
HTML 35.4%
SCSS 16.3%
JavaScript 0.7%
PHP 0.2%