Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
AmendsenProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Shaik Janipasha
AmendsenProject
Commits
30a0b770
Unverified
Commit
30a0b770
authored
Apr 12, 2019
by
Daniel
Committed by
GitHub
Apr 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update installation instructions (#77)
parent
cbca411e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
5 deletions
+13
-5
README.md
README.md
+2
-0
installation.md
docs/installation.md
+11
-5
No files found.
README.md
View file @
30a0b770
...
...
@@ -18,6 +18,8 @@ or with an [Airflow DAG](https://github.com/lyft/amundsendatabuilder/blob/master
## Requirements
-
Python >= 3.4
-
Node = v8.x.x or v10.x.x (v11.x.x has compatibility issues)
-
npm >= 6.x.x
## User Interface
...
...
docs/installation.md
View file @
30a0b770
...
...
@@ -3,16 +3,22 @@
## Install standalone application directly from the source
The following instructions are for setting up a standalone version of the Amundsen application. This approach is ideal for local development.
```
bash
# Clone repo
$
git clone https://github.com/lyft/amundsenfrontendlibrary.git
$
cd
amundsenfrontendlibrary
# Build static content
$
cd
amundsenfrontendlibrary/amundsen_application/static
$
npm
install
$
npm run build
# or npm run dev-build for un-minified source
$
cd
../../
# Install python resources
$
python3
-m
venv venv
$
source
venv/bin/activate
$
pip3
install
-r
requirements3.txt
$
python3 setup.py
install
$
cd
amundsen_application/static
$
npm
install
$
npm run build
# or npm run dev-build for un-minified source
$
cd
../..
# Start server
$
python3 amundsen_application/wsgi.py
# visit http://localhost:5000 to confirm the application is running
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment