Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb98c8cd

Browse files
committed
Get rid of setup.sh
1 parentcbee65d commitb98c8cd

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

‎README.md‎

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
135135
##Running locally
136136

137137
1. Install Python 3.8 and[poetry](https://python-poetry.org/docs/#installation).
138-
2. Run`PYTHONPATH=. poetry run python core/generate_static_files.py`
139-
3. In the`frontend` folder:
138+
2. Run`poetry install` to install Python dependencies.
139+
3. Run`PYTHONPATH=. poetry run python core/generate_static_files.py`
140+
4. In the`frontend` folder:
140141
1. Ensure you have version 14.15.4 (lts/fermium) of`node` and version 7.5.2 of`npm`.
141142

142143
If you are on Windows: (in a Powershell window with "Run as Administrator")
@@ -146,7 +147,7 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
146147
2. Run`npm ci` to download dependencies.
147148

148149
3. Run`npm start` to start the frontend development server.
149-
4. Go tohttp://localhost:3000/course/
150+
5. Go tohttp://localhost:3000/course/
150151

151152
To learn more about the system, see the[contributing guide](how_to_contribute.md).
152153

‎full_build.sh‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
set -eux
44

5-
./setup.sh
5+
poetry --version|| curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py| python
66
source$HOME/.poetry/env
7+
poetry install
78

89
cd frontend
910
npm ci

‎setup.ps1‎

Lines changed: 0 additions & 2 deletions
This file was deleted.

‎setup.sh‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp