Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit cadd57d

Browse files
committed
Resolve the bootstrap first run problem with tests so they should
run for everyone now. Update README.txt to include how to run tests and the application either by using maven or fabric.
1 parent e5bcc3d commit cadd57d

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

README.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
To Build
2+
--------
3+
To build searchcode server you need to have any Windows, Linux or OSX machine with Java 8 installed and
4+
maven setup. Idealy you want Python and Python Fabric installed as well but it is not a requirement.
5+
6+
To test the application you can either run "mvn test" or "fab test". To build a full release IE ready
7+
for production you should run "fab build_release" which will test compile and build a release into
8+
the release folder and produce the file "searchcode-server.tar.gz" which is a ready to deploy release.
9+
10+
If you want to simply test and run then you can run "fab run" however this will be default build a package
11+
and run that. To run quickly just open in your IDE of choice and start running App.java
12+
13+
14+
To Run
15+
------
16+
117
To run searchcode server you will need to have any Windows, Linux or OSX machine with Java 8 installed.
218
Testing and packaging was done using the below version.
319

searchcode.sqlite

192 KB
Binary file not shown.

0 commit comments

Comments
 (0)